unix commands Crossword Puzzles

unix commands 2021-12-22

unix commands crossword puzzle
Across
  1. – file transfer program
  2. – copy a file
  3. – make a directory
  4. – move or rename files or directories
  5. – change directory
  6. – unmounts a currently mounted file system.
  7. – display the name of your current directory
  8. – create and use archives of files
  9. – list names of files in a directory
  10. – The more utility is a filter that displays the contents of a text file on the terminal, one screenful at a time.
Down
  1. – compress a file
  2. – Top displays the top 10 processes on the system and periodically updates this information. Raw cpu percentage is used to rank the processes.
  3. – change the permissions of a file or a directory.
  4. – print out a file
  5. – Report file system disk space usage. Example usage: df -k
  6. – attaches a file system to the file system hierarchy at the mount_point, which is the pathname of a directory.
  7. – concatenate and display files.
  8. – Use this command to see the size/usage of the folder you are in. Example usage: du -sk *
  9. – remove a directory
  10. – The ps command prints information about active processes.
  11. – remove files or directories
  12. – Less is a program similar to more (1), but which allows backward movement in the file as well as forward movement. Also, less does not have to read the entire input file before starting,so with large input files it starts up faster than text editors like vi

22 Clues: – copy a file– compress a file– print out a file– make a directory– change directory– remove a directory– file transfer program– remove files or directories– concatenate and display files.– create and use archives of files– list names of files in a directory– move or rename files or directories– unmounts a currently mounted file system....

UNIX Commands 2024-11-01

UNIX Commands crossword puzzle
Across
  1. Command that shows what is today.
  2. Identify who are alive.
  3. create a place to store all.
  4. It is used to show the system time and date.
  5. Helps in changing the group owner.
  6. changing the ownership.
  7. prints the current working directory.
  8. on-line help for the command specified.
  9. It modifies user-id and becomes a super or root user.
  10. End of the sequence of commands
Down
  1. Change user password or settings
  2. Output is same as input.
  3. This command is used to show the user id logged in currently.
  4. Helps in changing place to place.
  5. A filter tht search for pattern
  6. Identify a command is shell built-in or not
  7. Modifying access to users.
  8. count characters, words, lines.
  9. removing the objects
  10. see who are inside.

20 Clues: see who are inside.removing the objectsIdentify who are alive.changing the ownership.Output is same as input.Modifying access to users.create a place to store all.A filter tht search for patterncount characters, words, lines.End of the sequence of commandsChange user password or settingsCommand that shows what is today....

UNIX COMMANDs 2024-11-01

UNIX COMMANDs crossword puzzle
Across
  1. A filter tht search for pattern
  2. Helps in changing the group owner.
  3. create a place to store all.
  4. see who are inside.
  5. It is used to show the system time and date.
  6. Change user password or settings
  7. Identify who are alive.
  8. Helps in changing place to place.
  9. changing the ownership.
  10. End of the sequence of commands
Down
  1. removing the objects
  2. Modifying access to users.
  3. prints the current working directory.
  4. Command that shows what is today.
  5. It modifies user-id and becomes a super or root user.
  6. on-line help for the command specified.
  7. Identify a command is shell built-in or not
  8. Output is same as input.
  9. count characters, words, lines.
  10. This command is used to show the user id logged in currently.

20 Clues: see who are inside.removing the objectsIdentify who are alive.changing the ownership.Output is same as input.Modifying access to users.create a place to store all.A filter tht search for patterncount characters, words, lines.End of the sequence of commandsChange user password or settingsCommand that shows what is today....

Unix Commands 2022-12-01

Unix Commands crossword puzzle
Across
  1. Toterminateprocess
  2. tochkinternetconnection
  3. internetapplicationprotocol
  4. patternsearchingmethod
  5. first10linesoffile
  6. runprograminprivileagemode
  7. displayfile
  8. to get hostname
Down
  1. help
  2. output
  3. configration
  4. last10linesoffile
  5. typeoffile
  6. currentuser
  7. manualcommand
  8. pathoffile

16 Clues: helpoutputtypeoffilepathoffilecurrentuserdisplayfileconfigrationmanualcommandto get hostnamelast10linesoffileToterminateprocessfirst10linesoffilepatternsearchingmethodtochkinternetconnectionrunprograminprivileagemodeinternetapplicationprotocol

Unix Commands 2021-12-13

Unix Commands crossword puzzle
Across
  1. Command shows all the basic commands in Linux
  2. This command will print first 10 lines of file.
  3. session
  4. Option for listing hidden files
  5. Tells you the machine name in a network.
  6. Change the access permissions of file system
  7. Clears all the clutter on the terminal and gives you
Down
  1. Returns your username.
  2. Displaying and creating files
  3. you have used in the past for the current
  4. Used to create directories on a file system.
  5. the terminal.
  6. Displaying data in local
  7. sometimes known as modes.
  8. Checking your current directory.

15 Clues: sessionthe terminal.Returns your username.Displaying data in localsometimes known as modes.Displaying and creating filesOption for listing hidden filesChecking your current directory.Tells you the machine name in a network.you have used in the past for the currentUsed to create directories on a file system....

UNIX commands 2022-12-01

UNIX commands crossword puzzle
Across
  1. Places the standard input into the file
  2. command to list files in a directory in order of last modified date(most recent first)
  3. command to take input from user
  4. command to remove write permission for group & others for a file “a.txt”
  5. command to count number of files in a directory
  6. command to Show the manual for a given command
Down
  1. command to change user password
  2. Which option can be used with ‘rm’ command to prompt for file removal(write just option)
  3. command to list files in a directory in increasing order of size
  4. command to display time
  5. command used to view the previously executed commands
  6. command to remove a file with name file*
  7. command to clear the terminal
  8. Compile a program written in C
  9. returns your username

15 Clues: returns your usernamecommand to display timecommand to clear the terminalCompile a program written in Ccommand to change user passwordcommand to take input from userPlaces the standard input into the filecommand to remove a file with name file*command to Show the manual for a given commandcommand to count number of files in a directory...

Unix Assignment 2021-12-12

Unix Assignment crossword puzzle
Across
  1. Is a C library function used to parse command-line options of the Unix/POSIX style. It is a part of the POSIX specification.
  2. Used for file compression and decompression.
  3. Used on Unix and Unix-like operating systems to change the owner of file system files, directories.
  4. Used to add a loadable kernel module to the Linux kernel or to remove a loadable kernel module from the kernel.
  5. Command can be used to track the files and directories which are consuming excessive amount of space on hard disk drive.
  6. Is used to modify kernel parameters at runtime. The parameters available are those listed under /proc/sys/.
  7. is a built-in command which is used to terminate processes manually.
  8. It is used to either print a list of environment variables or run another utility in an altered environment without having to modify the currently existing environment.
Down
  1. Is a command on Unix and most Unix-like operating systems used to build and execute commands from standard input.
  2. Displays user, group and privileges information for the user who is currently logged on to the local system. If used without parameters
  3. Is a command in Unix and Unix-like operating systems to print the file name of the terminal connected to standard input.
  4. This command attaches the filesystem of an external device to the filesystem of a system.
  5. This command changes the apparent root directory for the current running process and its children.
  6. Writes the full pathname of the current working directory to the standard output.
  7. is a tool to convert line breaks in a text file from Unix format to DOS format and vice versa.
  8. Command is used to create a dummy job. A dummy job helps in delaying the execution.
  9. Used by a computer user to execute commands with the privileges of another user account.

17 Clues: Used for file compression and decompression.is a built-in command which is used to terminate processes manually.Writes the full pathname of the current working directory to the standard output.Command is used to create a dummy job. A dummy job helps in delaying the execution....

Unix Assignment 2021-12-12

Unix Assignment crossword puzzle
Across
  1. used to add a loadable kernel module to the Linux kernel or to remove a loadable kernel module from the kernel.
  2. is a tool to convert line breaks in a text file from Unix format to DOS format and vice versa.
  3. is used by a computer user to execute commands with the privileges of another user account.
  4. is a command in Unix and Unix-like operating systems to print the file name of the terminal connected to standard input.
  5. It is used to either print a list of environment variables or run another utility in an altered environment without having to modify the currently existing environment.
  6. This command changes the apparent root directory for the current running process and its children.
  7. is a built-in command which is used to terminate processes manually.
Down
  1. isplays user, group and privileges information for the user who is currently logged on to the local system. If used without parameters
  2. writes the full pathname of the current working directory to the standard output.
  3. used on Unix and Unix-like operating systems to change the owner of file system files, directories.
  4. This command attaches the filesystem of an external device to the filesystem of a system.
  5. is used to modify kernel parameters at runtime. The parameters available are those listed under /proc/sys/.
  6. is a C library function used to parse command-line options of the Unix/POSIX style. It is a part of the POSIX specification.
  7. is a command on Unix and most Unix-like operating systems used to build and execute commands from standard input.
  8. used for file compression and decompression.

15 Clues: used for file compression and decompression.is a built-in command which is used to terminate processes manually.writes the full pathname of the current working directory to the standard output.This command attaches the filesystem of an external device to the filesystem of a system....

Unix Assignment 2021-12-12

Unix Assignment crossword puzzle
Across
  1. used to add a loadable kernel module to the Linux kernel or to remove a loadable kernel module from the kernel.
  2. is a tool to convert line breaks in a text file from Unix format to DOS format and vice versa.
  3. is used by a computer user to execute commands with the privileges of another user account.
  4. is a command in Unix and Unix-like operating systems to print the file name of the terminal connected to standard input.
  5. It is used to either print a list of environment variables or run another utility in an altered environment without having to modify the currently existing environment.
  6. This command changes the apparent root directory for the current running process and its children.
  7. is a built-in command which is used to terminate processes manually.
Down
  1. isplays user, group and privileges information for the user who is currently logged on to the local system. If used without parameters
  2. writes the full pathname of the current working directory to the standard output.
  3. used on Unix and Unix-like operating systems to change the owner of file system files, directories.
  4. This command attaches the filesystem of an external device to the filesystem of a system.
  5. is used to modify kernel parameters at runtime. The parameters available are those listed under /proc/sys/.
  6. is a C library function used to parse command-line options of the Unix/POSIX style. It is a part of the POSIX specification.
  7. is a command on Unix and most Unix-like operating systems used to build and execute commands from standard input.
  8. used for file compression and decompression.

15 Clues: used for file compression and decompression.is a built-in command which is used to terminate processes manually.writes the full pathname of the current working directory to the standard output.This command attaches the filesystem of an external device to the filesystem of a system....

Unix Assignment 2021-12-12

Unix Assignment crossword puzzle
Across
  1. used to add a loadable kernel module to the Linux kernel or to remove a loadable kernel module from the kernel.
  2. is a tool to convert line breaks in a text file from Unix format to DOS format and vice versa.
  3. is used by a computer user to execute commands with the privileges of another user account.
  4. is a command in Unix and Unix-like operating systems to print the file name of the terminal connected to standard input.
  5. It is used to either print a list of environment variables or run another utility in an altered environment without having to modify the currently existing environment.
  6. This command changes the apparent root directory for the current running process and its children.
  7. is a built-in command which is used to terminate processes manually.
Down
  1. isplays user, group and privileges information for the user who is currently logged on to the local system. If used without parameters
  2. writes the full pathname of the current working directory to the standard output.
  3. used on Unix and Unix-like operating systems to change the owner of file system files, directories.
  4. This command attaches the filesystem of an external device to the filesystem of a system.
  5. is used to modify kernel parameters at runtime. The parameters available are those listed under /proc/sys/.
  6. is a C library function used to parse command-line options of the Unix/POSIX style. It is a part of the POSIX specification.
  7. is a command on Unix and most Unix-like operating systems used to build and execute commands from standard input.
  8. used for file compression and decompression.

15 Clues: used for file compression and decompression.is a built-in command which is used to terminate processes manually.writes the full pathname of the current working directory to the standard output.This command attaches the filesystem of an external device to the filesystem of a system....

Unix Puzzle 2022-12-04

Unix Puzzle crossword puzzle
Across
  1. copies a file
  2. change read, write, execute permissions on your files.
  3. view manual pages for Unix commands
  4. show current date and time
  5. clear screen
  6. lets you change your password
  7. also lets you connect to a remote host.
  8. tells you where you currently are.
Down
  1. looks for the string in the files.
  2. show and set IP addresses
  3. dirname change directory
  4. make a new directory
  5. moves a file
  6. show the last 10 lines of text file
  7. print Unix system information
  8. show history of logins into the system
  9. change file/directory ownership
  10. tells you who's logged on and where they're coming from
  11. lists your files

19 Clues: moves a fileclear screencopies a filelists your filesmake a new directorydirname change directoryshow and set IP addressesshow current date and timeprint Unix system informationlets you change your passwordchange file/directory ownershiplooks for the string in the files.tells you where you currently are.view manual pages for Unix commands...

UNIX Crossword 1 2017-01-24

UNIX Crossword 1 crossword puzzle
Across
  1. Short name for group id
  2. Command used to change your password
  3. Users belong to at least on of these
  4. A type of question of which there are none in the UNIX class
  5. How to find out information on the files in a directory
  6. Features in the bash shell that are not in the sh shell
  7. The part of an SSH key that you do not want others to get a hold of
  8. Most UNIX commands have these to change how they behave
  9. Last name of person that started the GNU Project
  10. Part of an account that identifies the user
  11. Type of SSH key we will be using (if possible)
  12. Besides being a term meaning “humanity”, it is the name of a Linux distribution
  13. An easy way to distribute a public key from a UNIX system
  14. Where I am at in the directory structure
  15. Name of superuser on UNIX systems
  16. What CLI stands for
  17. Display a text file on the terminal
  18. Kind of a password for SSH keys
  19. The name of the operating system we are learning in this course
  20. Current sh shell, and default for the root account
Down
  1. First name of the creator of linux
  2. Not copyright, but …
  3. Short name for user ID
  4. A form of UNIX
  5. The part of an SSH key that you want distributed
  6. The only shell we will use in the class
  7. Part of an account that is used for authentication
  8. Last name of the creator of Linux
  9. Another type of SSH key
  10. “_____ on the cob” [sic], name of a shell
  11. What bash stands for
  12. An SSH client for Windows
  13. Type of SSH key
  14. Each user account has this to store files
  15. We can use this to interact with UNIX on a command line
  16. What GNU is an abbreviation of
  17. Type of GNU license
  18. How to change directories
  19. A method to generate secure passwords
  20. One of the creators of UNIX
  21. Files are organized into these
  22. The creator of linux was bitten by one of these as a child, and it serves as a symbol for Linux
  23. Another creator of UNIX, and the name of a shell
  24. How we can access remote machines

44 Clues: A form of UNIXType of SSH keyType of GNU licenseWhat CLI stands forNot copyright, but …What bash stands forShort name for user IDShort name for group idAnother type of SSH keyAn SSH client for WindowsHow to change directoriesOne of the creators of UNIXWhat GNU is an abbreviation ofFiles are organized into theseKind of a password for SSH keys...

UNiX 2021-03-03

UNiX crossword puzzle
Across
  1. The entire set of all possible keys for a specific encryption algorithm
  2. The method of hiding data inside other data
  3. Malware that encrypts sensitive files and offers their return for ransom
  4. Refers to the security principle that states that information should not be disclosed to unauthorised individuals
  5. ___________ is defined as the likelihood of an incident and its consequences for an asset
  6. The process of packaging packets so that they can traverse a network in a secure, confidential manner
  7. A step-by-step procedure - typically an established computation for solving a problem within a set number of steps
  8. Malicious software that masquerades as legitimate software
  9. What type of encryption algorithm does RSA encryption use?
  10. The targeting of high-value individuals
  11. A network device used to segregate traffic based on rules
  12. Address the who what and why. High-level broad statements of what the organisation wants to accomplish
  13. The security principle that requires that information is not modified except by those authorised to do so
  14. Abbreviation of a legal document to describe bilateral agreements between parties and outlines which party is responsible for what portion of work
  15. A form of authentication that involves the transferring of credentials between systems
  16. Password ________________ specifies that the password must meet the minimum length requirement and have characters from multiple different groups
Down
  1. A system or software as it is built and functioning at a specific point in time. Serves as a foundation for comparison or measurement, providing the necessary visibility to control change
  2. Risk __________________ implies the risk is shared with another entity
  3. Malware that changes code at the time of infection
  4. Type of cryptographic key that are only used once after they are generated
  5. Attacks that are launched from multiple connected devices across the internet, collectively known as a botnet
  6. The process of strengthening a host level of security by performing specific system preparations
  7. Ensures that an individual is who they claim to be
  8. The special user or super user account associated with UNIX systems
  9. A weakness in an asset that can be exploited by a threat to cause harm
  10. Form of encryption that creates a digest of the data put into the algorithm. These algorithms are referred to as one-way algorithms because there is no feasible way to decrypt what has been encrypted
  11. The art of secret writing that enables an individual to hide the contents of a message or file from all but the intended recipient
  12. A specific piece of malicious code or software that self-replicates
  13. Refers to the security principle that specifically states that hardware, software and data should be present and accessible when the subject wants to access or use them
  14. Measurements of a certain biological factors to identify a specific person
  15. The measurement of uncertainty associated with a series of values
  16. Cryptographic algorithm that uses the same key for encryption and decryption

32 Clues: The targeting of high-value individualsThe method of hiding data inside other dataMalware that changes code at the time of infectionEnsures that an individual is who they claim to beA network device used to segregate traffic based on rulesMalicious software that masquerades as legitimate software...

UNIX 2021-12-10

UNIX crossword puzzle
Across
  1. show and set ip address
  2. file that has nothing
  3. large scale adoption of unix
  4. unix finds everything as___________.
  5. 777
  6. remove directory
  7. exit
  8. a pattern finding command
  9. ln-l
  10. Command to display the file from end
Down
  1. returned from open
  2. Program
  3. Symbolic Constant By SYS/STAT.H,Give Read Permission
  4. vdu based mail utility
  5. developer of unix
  6. OS
  7. ln
  8. Send file to another user
  9. truncate file to zero bytes
  10. show network status and routing info
  11. Uncompress the file

21 Clues: OSln777exitln-lProgramremove directorydeveloper of unixreturned from openUncompress the filefile that has nothingvdu based mail utilityshow and set ip addressa pattern finding commandSend file to another usertruncate file to zero byteslarge scale adoption of unixunix finds everything as___________.show network status and routing info...

UNIX 2022-12-06

UNIX crossword puzzle
Across
  1. command used to display message on the terminal
  2. command used to see any specific month or a year
  3. command to create directory
  4. option for copying directory structure
  5. option for sorting filenames by last modification time
  6. to view current directory
  7. to become superuser
  8. command to display the contents of executable files in a ASCII octal value
  9. function used to change the file offset to a different value
  10. command to display a file from end
Down
  1. run with super user permissions
  2. interacts with the machine's hardware
  3. command for changing permissions
  4. command used to rename a file
  5. pattern finding command
  6. to display and creating files
  7. interface b/w kernel and user
  8. command to know current username
  9. function to retrieve file attributes
  10. command to print first 10 lines of a file

20 Clues: to become superuserpattern finding commandto view current directorycommand to create directorycommand used to rename a fileto display and creating filesinterface b/w kernel and userrun with super user permissionscommand for changing permissionscommand to know current usernamecommand to display a file from endfunction to retrieve file attributes...

UNIX - Introduction 2024-08-28

UNIX - Introduction crossword puzzle
Across
  1. set of standards that ensure compatibility between different UNIX-like operating systems.
  2. check exit status
  3. information_about_the_command
  4. similar to echo
  5. navigateback/forth
  6. name_given to a file when it is executed as a program
  7. internal command
  8. translates_commands_into_action
Down
  1. process_status
  2. interface between programs and the hardware resources
  3. the files and commands associated with a given keyword.
  4. display system information
  5. core_of_OS
  6. longlist
  7. printcurrentdirectory

15 Clues: longlistcore_of_OSprocess_statussimilar to echointernal commandcheck exit statusnavigateback/forthprintcurrentdirectorydisplay system informationinformation_about_the_commandtranslates_commands_into_actioninterface between programs and the hardware resourcesname_given to a file when it is executed as a program...

Unix 2024-08-30

Unix crossword puzzle
Across
  1. Compilador de GNU para lenguajes como C y C++
  2. HAT Empresa detrás de Red Hat Linux
  3. Licencia de software libre común
  4. Fundación que promueve el software libre
  5. Sistema operativo influente en Unix-like
  6. Universidad que desarrolló BSD
  7. Lenguaje en el que se basó B, precursor de C
  8. Sistema operativo de IBM, derivado de Unix
  9. Editor de texto desarrollado por Stallman
  10. Versión de Unix creada por Microsoft
  11. Compañía desarrolladora de Solaris
  12. Núcleo del sistema operativo Linux
  13. Sistema operativo de red de Novell
  14. Nombre del co-creador de Unix, Thompson
  15. Distribución de Linux derivada de Debian
  16. Compañía que desarrolló AIX
  17. Fundador del proyecto GNU
  18. Sistema operativo de Apple basado en Unix
  19. Estándar para compatibilidad de sistemas operativos
  20. Distribución de Unix de Berkeley
  21. Shell de Unix desarrollada por Stephen Bourne
  22. Distribución de Linux enfocada en seguridad
  23. Empresa creadora de IRIX
Down
  1. Empresa que compró Novell
  2. Empresa que adquirió Sun Microsystems
  3. Lenguaje de programación desarrollado por Dennis Ritchie
  4. Sistema operativo de código abierto derivado de BSD
  5. Entorno gráfico para Unix creado por MIT
  6. Sistema operativo creado por Linus Torvalds
  7. Entorno de escritorio para sistemas Linux
  8. Sistema de archivos común en Unix
  9. Mascota de Linux conocida como TUX
  10. Sistema de control de versiones creado por Torvalds
  11. Software libre, acrónimo de Gnu's Not Unix
  12. Distribución de Linux reconocida por su estabilidad
  13. LABS Compañía que creó Unix originalmente
  14. Sistema precursor de Unix
  15. Versión comercial de Unix creada por AT&T
  16. Compañía que desarrolló HP-UX
  17. Nombre del co-creador de Unix, Ritchie

40 Clues: Empresa creadora de IRIXEmpresa que compró NovellSistema precursor de UnixFundador del proyecto GNUCompañía que desarrolló AIXCompañía que desarrolló HP-UXUniversidad que desarrolló BSDLicencia de software libre comúnDistribución de Unix de BerkeleySistema de archivos común en UnixMascota de Linux conocida como TUXCompañía desarrolladora de Solaris...

Contexto histórico de Unix 2016-02-09

Contexto histórico de Unix crossword puzzle
Across
  1. Parte del sistema operativo que interactua directamente con el hardware.
  2. Fundador del proyecto GNU
  3. Es una distribución GNU/Linux basada en Debian.
  4. Una de las primeras distribuciones GNU/Linux predecesora de SuSe.
  5. Uno de los sistemas derivados de BSD mas populres en día.
  6. Una de las primeras distribuciones GNU/Linux predecesora de CentOS.
  7. Sistema operativo derivado de Unix distribuido por la Universidad de California en Berkeley.
  8. Uno de los creadores de UNIX.
  9. de los creadores de UNIX.
  10. Nombre dado a la estructura de diseño de un núcleo creado por linus.
  11. Implementación de Unix de la empresa IBM.
  12. Nombre dado a la implementación de Unix de la empresa Sun Microsystem.
  13. Nombre clave dado al Kernel utilizado por los sistemas Mac OS X.
  14. Nombre dado a la interfaz estándar de sistemas operativos tipo Unix cuyo nombre fue propuesto por el fundador del proyecto GNU.
Down
  1. Característica de Unix que permitió ampliar su popularidad
  2. Sistema Operativos inspirado en Unix y creado con fines educativos.
  3. Microkernel desarrollado por el proyecto GNU.
  4. del núcleo monolítico utilizado en las distribuciones GNU/Linux.
  5. Un núcleo monolitíco inspilado en Minix, el cual se utilza hoy ampliamente en diversos entornos.
  6. Característica de los sistemas operativos basados en Unix.
  7. Implementación de Unix de la empresa Hewlett-Packard.
  8. Característica de Unix que permite la utilización simultánea del sistema a través de sesiones.
  9. Nombre clave dado a los sistemas Unix a partir de 1983 y que aún se utiliza para su denominación.
  10. Compañía que creyó tener la propiedad de Unix en los últimos años.
  11. Fundación dedicada al fomento del software libre.
  12. Característica de Unix que permitió ampliar su popularidad
  13. Institución académicá donde trabajó el fundador del proyecto GNU.
  14. Sistema operativo derivado de Unix dediado a trabajar en estaciones de trabajo gráfico.
  15. Actuales propietarios de los derechos de Unix.
  16. Una de las primeras distribuciones GNU/Linux predecesora de Knoppix.

30 Clues: Fundador del proyecto GNUde los creadores de UNIX.Uno de los creadores de UNIX.Implementación de Unix de la empresa IBM.Microkernel desarrollado por el proyecto GNU.Actuales propietarios de los derechos de Unix.Es una distribución GNU/Linux basada en Debian.Fundación dedicada al fomento del software libre....

UNIX, Bell Labs famous people Who is Who 2017-02-17

UNIX, Bell Labs famous people Who is Who crossword puzzle
Across
  1. her work focused on graphics, word processing, and language design
  2. wrote Unix tools for word processing (tbl), for compiling (Lex), and for networking (uucp)
  3. ported Unix and C to the DEC VAX 11/780
  4. devised efficient regular expression and string-pattern matching algorithms of the Unix tools egrep and fgrep
  5. cryptographer who wrote a M-209-based crypt and managed to break crypt by hand
  6. The troff macros used for man pages (-mm) were the general-purpose ones written by
  7. the Unix Circuit Design System (UCDS)
  8. Coined the term "Unix" and was the "K" in K&R C
  9. creator of the computer software program make and author of the first Fortran 77 compiler
  10. PWB setup and de-facto adjunct member of the research group
  11. introduced the idea of Unix pipelines
  12. coauthored Elements of Programming Style and Software Tools, later his company sold a C compiler and Unix-like operating system (Idris).
  13. Contributed to the sed stream editor and development of comm, qsort, grep, index, cref, cu, and Datakit
Down
  1. nfs, ufs original version of UCDS and invented cell-based networks
  2. worked on the Unix kernel and negotiated the terms of the first source license of UNIX to a university
  3. developed yacc command and while debugging the grammar of yacc developed lint command
  4. Authored the first version of troff for Unix
  5. A shell was written by him and includes his name
  6. he is the "W" in AWK programming language
  7. set up the first UNIX support group at Bell Labs and standardization of UNIX
  8. Started developing the Programmer's Workbench (PWB/UNIX)with Evan Ivie
  9. Co-developer of the Unix operating system and programming languages B, C, and Go
  10. UNIX support group and de-facto adjunct member of the research group
  11. Considered the creator of the C programming language and co-developer of the Unix operating system

24 Clues: the Unix Circuit Design System (UCDS)introduced the idea of Unix pipelinesported Unix and C to the DEC VAX 11/780he is the "W" in AWK programming languageAuthored the first version of troff for UnixCoined the term "Unix" and was the "K" in K&R CA shell was written by him and includes his name...

Contexto histórico de Unix 2016-02-09

Contexto histórico de Unix crossword puzzle
Across
  1. Uno de los sistemas derivados de BSD mas populres en día.
  2. Una de las primeras distribuciones GNU/Linux predecesora de CentOS.
  3. Uno de los creadores de UNIX.
  4. Característica de los sistemas operativos basados en Unix.
  5. Fundador del proyecto GNU
  6. de los creadores de UNIX.
  7. Fundación dedicada al fomento del software libre.
  8. Implementación de Unix de la empresa Hewlett-Packard.
  9. Un núcleo monolitíco inspilado en Minix, el cual se utilza hoy ampliamente en diversos entornos.
  10. Sistema operativo derivado de Unix dediado a trabajar en estaciones de trabajo gráfico.
  11. Parte del sistema operativo que interactua directamente con el hardware.
  12. Característica de Unix que permitió ampliar su popularidad
  13. Una de las primeras distribuciones GNU/Linux predecesora de Knoppix.
  14. Nombre dado a la implementación de Unix de la empresa Sun Microsystem.
Down
  1. Una de las primeras distribuciones GNU/Linux predecesora de SuSe.
  2. Nombre dado a la estructura de diseño de un núcleo creado por linus.
  3. Nombre clave dado al Kernel utilizado por los sistemas Mac OS X.
  4. del núcleo monolítico utilizado en las distribuciones GNU/Linux.
  5. Sistema operativo derivado de Unix distribuido por la Universidad de California en Berkeley.
  6. Implementación de Unix de la empresa IBM.
  7. Microkernel desarrollado por el proyecto GNU.
  8. Compañía que creyó tener la propiedad de Unix en los últimos años.
  9. Característica de Unix que permitió ampliar su popularidad
  10. Actuales propietarios de los derechos de Unix.
  11. Nombre dado a la interfaz estándar de sistemas operativos tipo Unix cuyo nombre fue propuesto por el fundador del proyecto GNU.
  12. Nombre clave dado a los sistemas Unix a partir de 1983 y que aún se utiliza para su denominación.
  13. Característica de Unix que permite la utilización simultánea del sistema a través de sesiones.
  14. Sistema Operativos inspirado en Unix y creado con fines educativos.
  15. Institución académicá donde trabajó el fundador del proyecto GNU.
  16. Es una distribución GNU/Linux basada en Debian.

30 Clues: Fundador del proyecto GNUde los creadores de UNIX.Uno de los creadores de UNIX.Implementación de Unix de la empresa IBM.Microkernel desarrollado por el proyecto GNU.Actuales propietarios de los derechos de Unix.Es una distribución GNU/Linux basada en Debian.Fundación dedicada al fomento del software libre....

Unix-Introduction 2024-08-30

Unix-Introduction crossword puzzle
Across
  1. command that record your terminal session
  2. display system information
  3. Knowing your terminal
  4. check exit status
  5. navigate back/forth
  6. name given to file when is executed
  7. information about the command
Down
  1. core of os
  2. process status
  3. control the terminal’s behavior and appearance
  4. the files and commands associated with agiven keyword.
  5. Mathematical calculations
  6. set of standards that ensures compatibility between Unix like OS
  7. hidden files
  8. command interpreter

15 Clues: core of oshidden filesprocess statuscheck exit statusnavigate back/forthcommand interpreterKnowing your terminalMathematical calculationsdisplay system informationinformation about the commandname given to file when is executedcommand that record your terminal sessioncontrol the terminal’s behavior and appearance...

Linux Crossword Puzzle CREATED BY ___________. TAKEN BY ___________ 2025-02-03

Linux Crossword Puzzle CREATED BY ___________. TAKEN BY ___________ crossword puzzle
Across
  1. Displays your login name
  2. Virtual storage space
  3. specific letters that start with a dash
  4. keyboard with special meaning
  5. common form of documentation
  6. appear after the command name
  7. Exits out of your current shell
Down
  1. indicate the name of the program to execute
  2. Powers off your system immediately
  3. Displays currently logged-in users
  4. Displays the calendar for the current month
  5. Displays system information
  6. a family of UNIX
  7. the terminal screen
  8. Halts your system fast
  9. Displays the current date and time
  10. Reboots your system
  11. Lists files
  12. Resets your terminal to use default terminal settings
  13. Displays the numbers of account

20 Clues: Lists filesa family of UNIXthe terminal screenReboots your systemVirtual storage spaceHalts your system fastDisplays your login nameDisplays system informationcommon form of documentationkeyboard with special meaningappear after the command nameExits out of your current shellDisplays the numbers of accountPowers off your system immediately...

Linux Command Line Inteface Commands Crossword 2024-01-01

Linux Command Line Inteface Commands Crossword crossword puzzle
Across
  1. View contents of a file one screen at a time
  2. Manual for unix command help
  3. Device addresses (IPv4, IPv6 etc.)
  4. Discover other network devices on your local network
  5. Create a file
  6. Absolute path of current working directory
  7. Superuser
  8. Temporary elevation of privileges to superuser
Down
  1. Hidden file named after the person who put his car in space
  2. List the contents of the current directory
  3. open source Linux distribution
  4. Encrypt a file
  5. Finding IP address of a web domain
  6. Make a directory
  7. Recycle commands
  8. View contents of a file

16 Clues: SuperuserCreate a fileEncrypt a fileMake a directoryRecycle commandsView contents of a fileManual for unix command helpopen source Linux distributionFinding IP address of a web domainDevice addresses (IPv4, IPv6 etc.)List the contents of the current directoryAbsolute path of current working directoryView contents of a file one screen at a time...

UNIX 2021-12-12

UNIX crossword puzzle
Across
  1. Name the command used to change the password
  2. Which command is used to display the top of the file
  3. Which command is used to create and display files
  4. What are the metacharacters that are used to construct the generalized pattern for matching filenames
  5. UNIX file system stores a data in phyisical blocks of __
  6. Which column contains the file permissions of a file in ls-l
  7. Name the third field of ls-l command
  8. What is the third field in file permissions
  9. Name the seventh field of ls-l command
Down
  1. What is the second field in relative permissions
  2. Which command is used to set permissions for all three categories of users of a file
  3. Name the command to remove a directory
  4. Which is the earliest used shell that came with UNIX system
  5. What is the alternative for the printf command
  6. Name the command used to rename a file

15 Clues: Name the third field of ls-l commandName the command to remove a directoryName the seventh field of ls-l commandName the command used to rename a fileWhat is the third field in file permissionsName the command used to change the passwordWhat is the alternative for the printf commandWhat is the second field in relative permissions...

Unix 2021-12-13

Unix crossword puzzle
Across
  1. count words
  2. open saved file or create a new one
  3. to run a shell script
  4. create directory
  5. run with super user permissions
  6. change ownership
  7. send ping to an ip address
  8. kill process
Down
  1. display user logged in
  2. change permissions
  3. change directory
  4. access cron scheduler
  5. open manual
  6. super user
  7. print calendar
  8. print current directory
  9. global regular exp search
  10. list all elements

18 Clues: super usercount wordsopen manualkill processprint calendarchange directorycreate directorychange ownershiplist all elementschange permissionsaccess cron schedulerto run a shell scriptdisplay user logged inprint current directoryglobal regular exp searchsend ping to an ip addressrun with super user permissionsopen saved file or create a new one

UNIX 2021-12-12

UNIX crossword puzzle
Across
  1. Name the command to remove a directory
  2. UNIX file system stores a data in phyisical blocks of __
  3. Name the third field of ls-l command
  4. What is the alternative for the printf command
  5. Name the seventh field of ls-l command
  6. What is the third field in file permissions
  7. Which command is used to set permissions for all three categories of users of a file
  8. Name the command used to change the password
Down
  1. Which column contains the file permissions of a file in ls-l
  2. Which is the earliest used shell that came with UNIX system
  3. What is the second field in relative permissions
  4. What are the metacharacters that are used to construct the generalized pattern for matching filenames
  5. Which command is used to create and display files
  6. Which command is used to display the top of the file
  7. Name the command used to rename a file

15 Clues: Name the third field of ls-l commandName the command to remove a directoryName the seventh field of ls-l commandName the command used to rename a fileWhat is the third field in file permissionsName the command used to change the passwordWhat is the alternative for the printf commandWhat is the second field in relative permissions...

Unix programming Crossword Puzzle 2022-12-06

Unix programming Crossword Puzzle crossword puzzle
Across
  1. Used to connect two or more commands
  2. The command to know the Machine name
  3. The command used to change the file owner
  4. The filter in UNIX used to search for a pattern
  5. The command used to create directories on a file system
Down
  1. The original UNIX shell and also the Solaris default OS
  2. How to remove the special meaning of Metacharacters (The Efficient method)
  3. What must never be writable by group or others
  4. The command used on a variable do that it's value cannot be changed
  5. The command used to handle true or false values returned by evaluation of an expression

10 Clues: Used to connect two or more commandsThe command to know the Machine nameThe command used to change the file ownerWhat must never be writable by group or othersThe filter in UNIX used to search for a patternThe original UNIX shell and also the Solaris default OSThe command used to create directories on a file system...

UNIX 2021-12-12

UNIX crossword puzzle
Across
  1. Which command is used to display the top of the file
  2. UNIX file system stores a data in physical blocks of __
  3. Which command is used to set permissions for all three categories of users of a file
  4. What is the alternative for the printf command
  5. What are the metacharacters that are used to construct the generalized pattern for matching filenames
  6. Name the seventh field of ls-l command
  7. Name the command to remove a directory
  8. What is the interface between Kernel and User
Down
  1. Name the command used to change the password
  2. What is the third field in file permissions
  3. Which is the earliest used shell that came with UNIX system
  4. Name the third field of ls-l command
  5. Which command is used to create and display files
  6. Which column contains the file permissions of a file in ls-l
  7. Name the command used to rename a file

15 Clues: Name the third field of ls-l commandName the seventh field of ls-l commandName the command to remove a directoryName the command used to rename a fileWhat is the third field in file permissionsName the command used to change the passwordWhat is the interface between Kernel and UserWhat is the alternative for the printf command...

UNIX 2021-12-12

UNIX crossword puzzle
Across
  1. What are the metacharacters that are used to construct the generalized pattern for matching filenames
  2. UNIX file system stores a data in physical blocks of __
  3. Which command is used to create and display files
  4. Name the command used to rename a file
  5. What is the alternative for the printf command
  6. Name the third field of ls-l command
  7. Which column contains the file permissions of a file in ls-l
  8. What is the interface between Kernel and User
  9. Name the command used to change the password
Down
  1. Which command is used to set permissions for all three categories of users of a file
  2. Name the seventh field of ls-l command
  3. Name the command to remove a directory
  4. Which is the earliest used shell that came with UNIX system
  5. What is the third field in file permissions
  6. Which command is used to display the top of the file

15 Clues: Name the third field of ls-l commandName the seventh field of ls-l commandName the command to remove a directoryName the command used to rename a fileWhat is the third field in file permissionsName the command used to change the passwordWhat is the interface between Kernel and UserWhat is the alternative for the printf command...

Unix Assignment 2021-12-12

Unix Assignment crossword puzzle
Across
  1. used to add a loadable kernel module to the Linux kernel or to remove a loadable kernel module from the kernel.
  2. This command changes the apparent root directory for the current running process and its children.
  3. is used by a computer user to execute commands with the privileges of another user account.
Down
  1. is a C library function used to parse command-line options of the Unix/POSIX style. It is a part of the POSIX specification.
  2. is a command on Unix and most Unix-like operating systems used to build and execute commands from standard input.
  3. It is used to either print a list of environment variables or run another utility in an altered environment without having to modify the currently existing environment.
  4. This command attaches the filesystem of an external device to the filesystem of a system.

7 Clues: This command attaches the filesystem of an external device to the filesystem of a system.is used by a computer user to execute commands with the privileges of another user account.This command changes the apparent root directory for the current running process and its children....

UNIX Commands, AT&T Bell Laboratories 2022-08-02

UNIX Commands, AT&T Bell Laboratories crossword puzzle
Across
  1. concatenates files
  2. unix is a pun on ______ which was an operating system the early developers were working on
  3. print out arguments to the command
  4. enables you to temporarily switch to a shell owned by another user
  5. tells you what the current time is
  6. deletes files
  7. creates a directory
  8. shows or sets the file mode creation mask
  9. this is used by cron to determine what needs to be run
  10. compare two sorted files line by line
  11. prints lines matching a pattern
  12. lists the contents of a directory
  13. strips directory and suffix from filenames
  14. changes the timestamps of a file or creates file if it doesn't exist
  15. shows the different between two text files
  16. tests for file types and compare values
  17. most commonly used text editor on UNIX/linux
  18. without any files specified, cat reads from the standard ______
  19. used to create a link to a file
  20. print out calendar for the specified month or year
  21. the connection of the standard output of one process to the standard input of another is known as a _____
  22. shows how the directory tree is built by mounted filesystems
  23. shows first few lines of files
  24. creates copy of file under a different name or path
  25. saves a typescript of an interactive terminal session
  26. file perusal filter similar to more but with more features
  27. initializes a terminal or query terminfo database
  28. relays standard input to the standard output while capturing a copy in a file
  29. stream editor for filtering and transforming text using a regular expression syntax
  30. the original line editor that came with UNIX
  31. program that reads input from the standard input and writes to the standard output
  32. used to send output to a printer
  33. calls up the GNU C compiler
  34. the -n option to this command prints the hostname of the computer
  35. shows what processes are running on the system
  36. evaluates logical or integer arithmatic expressions
  37. shows or omits repeated lines
  38. files with names starting with a period are known as _____ files
  39. displays information about users on the system
  40. it is a unix convention to store binaries in a ____ directory
Down
  1. program that returns an exit status of non zero
  2. display or set your tty settings
  3. renames a file
  4. removes sections from each line of files
  5. this is the clock daemon that will run commands for you on a regularly scheduled basis
  6. a link that can span file system boundaries is called a ______ link
  7. a pattern scanning and processing language with algorithmic syntax used in scripting
  8. version of grep that allows the use of logical operators in specifying the search pattern
  9. used to send various signals to processes whose PIDs are known
  10. system process that is designed to run in the background
  11. paginates a file
  12. this is the line oriented portion of vi
  13. shows who is currently logged on
  14. diverting the standard output to a file is known as a _____ion operation
  15. arbitrary precision infix calculator
  16. what we usually call a command line interpreter
  17. program that returns an exit status of zero
  18. searches for files in a directory hierarchy
  19. changes file permission mode settings
  20. shows a listing of last logged in users
  21. determines file type
  22. delays for a specified amount of time
  23. every process was a unique ___ number
  24. sorts lines of text based on criteria
  25. prints out the last few lines of a file
  26. file perusal filter for viewing on terminal
  27. tells computer about the capabilities of your terminal
  28. strips last component from filename
  29. ability to run more than one command at a time
  30. translates or deletes characters
  31. merges lines of files
  32. removes an empty directory

72 Clues: deletes filesrenames a filepaginates a fileconcatenates filescreates a directorydetermines file typemerges lines of filesremoves an empty directorycalls up the GNU C compilershows or omits repeated linesshows first few lines of filesprints lines matching a patternused to create a link to a filedisplay or set your tty settings...

Crossword 2024-05-15

Crossword crossword puzzle
Across
  1. UNIX
  2. driver
  3. architecture
  4. program
  5. kernel
  6. command
  7. debug
  8. instance
Down
  1. application
  2. instruction
  3. GUI
  4. hardware
  5. PC
  6. device
  7. code
  8. RAM
  9. system
  10. ROM
  11. CPU
  12. DOS

20 Clues: PCGUIRAMROMCPUDOSUNIXcodedebugdriverdevicesystemkernelprogramcommandhardwareinstanceapplicationinstructionarchitecture

unix 2021-12-19

unix crossword puzzle
Across
  1. controls te kernel ring buffer
  2. send icmp echo request to network hosts
  3. display the current date
  4. changes the access mode of a file
  5. used to copy files
  6. print last n lines of each file to standard output
Down
  1. works with ip/kernel table
  2. search for file in directory hierarchy
  3. create the directories
  4. print names of current/working directory
  5. search for string in group of files
  6. display message on terminal
  7. convert content of input in different formats with octal format
  8. to see the calender of any specific month

14 Clues: used to copy filescreate the directoriesdisplay the current dateworks with ip/kernel tabledisplay message on terminalcontrols te kernel ring bufferchanges the access mode of a filesearch for string in group of filessearch for file in directory hierarchysend icmp echo request to network hostsprint names of current/working directory...

UNIX Commands, AT&T Bell Laboratories 2017-02-19

UNIX Commands, AT&T Bell Laboratories crossword puzzle
Across
  1. concatenates files
  2. unix is a pun on ______ which was an operating system the early developers were working on
  3. print out arguments to the command
  4. enables you to temporarily switch to a shell owned by another user
  5. tells you what the current time is
  6. deletes files
  7. creates a directory
  8. shows or sets the file mode creation mask
  9. this is used by cron to determine what needs to be run
  10. compare two sorted files line by line
  11. prints lines matching a pattern
  12. lists the contents of a directory
  13. strips directory and suffix from filenames
  14. changes the timestamps of a file or creates file if it doesn't exist
  15. shows the different between two text files
  16. tests for file types and compare values
  17. most commonly used text editor on UNIX/linux
  18. without any files specified, cat reads from the standard ______
  19. used to create a link to a file
  20. print out calendar for the specified month or year
  21. the connection of the standard output of one process to the standard input of another is known as a _____
  22. shows how the directory tree is built by mounted filesystems
  23. shows first few lines of files
  24. creates copy of file under a different name or path
  25. saves a typescript of an interactive terminal session
  26. file perusal filter similar to more but with more features
  27. initializes a terminal or query terminfo database
  28. relays standard input to the standard output while capturing a copy in a file
  29. stream editor for filtering and transforming text using a regular expression syntax
  30. the original line editor that came with UNIX
  31. program that reads input from the standard input and writes to the standard output
  32. used to send output to a printer
  33. calls up the GNU C compiler
  34. the -n option to this command prints the hostname of the computer
  35. shows what processes are running on the system
  36. evaluates logical or integer arithmatic expressions
  37. shows or omits repeated lines
  38. files with names starting with a period are known as _____ files (synonym)
  39. displays information about users on the system
  40. it is a unix convention to store binaries in a ____ directory
Down
  1. program that returns an exit status of non zero
  2. display or set your tty settings
  3. renames a file
  4. removes sections from each line of files
  5. this is the clock daemon that will run commands for you on a regularly scheduled basis
  6. a link that can span file system boundaries is called a ______ link
  7. a pattern scanning and processing language with algorithmic syntax used in scripting
  8. version of grep that allows the use of logical operators in specifying the search pattern
  9. used to send various signals to processes whose PIDs are known
  10. system process that is designed to run in the background
  11. paginates a file
  12. this is the line oriented portion of vi
  13. shows who is currently logged on
  14. diverting the standard output to a file is known as a _____ion operation
  15. arbitrary precision infix calculator
  16. what we usually call a command line interpreter
  17. program that returns an exit status of zero
  18. searches for files in a directory hierarchy
  19. changes file permission mode settings
  20. shows a listing of last logged in users
  21. determines file type
  22. delays for a specified amount of time
  23. every process was a unique ___ number
  24. sorts lines of text based on criteria
  25. prints out the last few lines of a file
  26. file perusal filter for viewing on terminal
  27. tells computer about the capabilities of your terminal
  28. strips last component from filename
  29. ability to run more than one command at a time
  30. translates or deletes characters
  31. merges lines of files
  32. removes an empty directory

72 Clues: deletes filesrenames a filepaginates a fileconcatenates filescreates a directorydetermines file typemerges lines of filesremoves an empty directorycalls up the GNU C compilershows or omits repeated linesshows first few lines of filesprints lines matching a patternused to create a link to a filedisplay or set your tty settings...

Crossword 2024-05-15

Crossword crossword puzzle
Across
  1. UNIX
  2. system
  3. kernel
  4. architecture
  5. DOS
  6. application
  7. PC
  8. program
  9. debug
Down
  1. instruction
  2. instance
  3. ROM
  4. hardware
  5. device
  6. command
  7. RAM
  8. driver
  9. GUI
  10. CPU
  11. code

20 Clues: PCROMRAMDOSGUICPUUNIXcodedebugdevicesystemkerneldrivercommandprograminstancehardwareinstructionapplicationarchitecture

Crossword 2024-05-15

Crossword crossword puzzle
Across
  1. kernel
  2. hardware
  3. code
  4. command
  5. GUI
  6. CPU
  7. system
  8. PC
  9. UNIX
Down
  1. driver
  2. debug
  3. RAM
  4. DOS
  5. architecture
  6. program
  7. device
  8. ROM
  9. application
  10. instance
  11. instruction

20 Clues: PCRAMDOSROMGUICPUcodeUNIXdebugdriverkerneldevicesystemprogramcommandhardwareinstanceapplicationinstructionarchitecture

Software 2019-09-15

Software crossword puzzle
Across
  1. "unix-like"
  2. software used to save disk space or network bandwidth
  3. works on several different platforms
  4. programs used to compress and back up important files
  5. firewall software is a type of __
  6. type of utility software that optimizes system resources to improve performance
  7. place where device drivers can be mostly found
  8. another term for multiplatform
  9. required by all information technology to operate
  10. basic software included with operating systems to perform common tasks
  11. makes it possible to install more than one OS at once and choose which one to use
  12. a particular combination of hardware and operating systems
  13. user interface where the user types a series of commands using the keyboard
  14. secures folders, files, and disks
Down
  1. software used to remove malicious viruses
  2. user interface that is operated using a mouse or similar pointing device
  3. allow the user to interact with and operate the computer
  4. type of utility software that __ the OS with the latest security and 'patches'
  5. the OS uses device drivers to __ with the various hardware devices attached to the computer
  6. software used to understand how to communicate with hardware attached to the computer
  7. platform that does not enable you to produce work
  8. OS managed by Nokia
  9. allows some OS to run on multiple types of hardware platforms
  10. optimises hard disk performance by arranging files into contiguous sectors
  11. 90% of desktop computers use this
  12. based on unix, used by 5% of desktops
  13. used by supercomputers and mainframes
  14. options that helped disabled users
  15. place where OS is first loaded when you first turn on the computer
  16. the OS protects __ by isolating programs from each other so one program can't corrupt another program's data

30 Clues: "unix-like"OS managed by Nokiaanother term for multiplatform90% of desktop computers use thisfirewall software is a type of __secures folders, files, and disksoptions that helped disabled usersworks on several different platformsbased on unix, used by 5% of desktopsused by supercomputers and mainframessoftware used to remove malicious viruses...

Unix Puzzle 2022-01-16

Unix Puzzle crossword puzzle
Across
  1. it is used to change the password
  2. special pipe device file that provides temporary buffer
  3. *,?
  4. used to create directories of a file system
  5. used to delete files
  6. search for a file pattern
  7. command that is used to display data in octal
  8. listing file attributes
Down
  1. connect to commands together
  2. a shell built-in command that operates on positional parameters
  3. function that is used to retrieve file attributes
  4. changes permissions specified in the command line
  5. create, view, concatenate files
  6. heart of UNIX system
  7. used to make variables that user cannot change

15 Clues: *,?heart of UNIX systemused to delete fileslisting file attributessearch for a file patternconnect to commands togethercreate, view, concatenate filesit is used to change the passwordused to create directories of a file systemcommand that is used to display data in octalused to make variables that user cannot change...

Unix Puzzle 2022-01-16

Unix Puzzle crossword puzzle
Across
  1. a shell built-in command that operates on positional parameters
  2. *,?
  3. used to create directories of a file system
  4. special pipe device file that provides temporary buffer
  5. command that is used to display data in octal
  6. search for a file pattern
  7. listing file attributes
Down
  1. heart of UNIX system
  2. create, view, concatenate files
  3. function that is used to retrieve file attributes
  4. it is used to change the password
  5. used to make variables that user cannot change
  6. changes permissions specified in the command line
  7. connect to commands together
  8. used to delete files

15 Clues: *,?heart of UNIX systemused to delete fileslisting file attributessearch for a file patternconnect to commands togethercreate, view, concatenate filesit is used to change the passwordused to create directories of a file systemcommand that is used to display data in octalused to make variables that user cannot change...

Software 2019-09-15

Software crossword puzzle
Across
  1. a particular combination of hardware and operating systems
  2. makes it possible to install more than one OS at once and choose which one to use
  3. software used to understand how to communicate with hardware attached to the computer
  4. optimises hard disk performance by arranging files into contiguous sectors
  5. secures folders, files, and disks
  6. another term for multiplatform
  7. based on unix, used by 5% of desktops
  8. firewall software is a type of __
  9. used by supercomputers and mainframes
  10. software used to save disk space or network bandwidth
  11. required by all information technology to operate
  12. works on several different platforms
  13. user interface that is operated using a mouse or similar pointing device
  14. type of utility software that optimizes system resources to improve performance
  15. options that helped disabled users
  16. OS managed by Nokia
Down
  1. type of utility software that __ the OS with the latest security and 'patches'
  2. programs used to compress and back up important files
  3. user interface where the user types a series of commands using the keyboard
  4. "unix-like"
  5. platform that does not enable you to produce work
  6. allows some OS to run on multiple types of hardware platforms
  7. place where device drivers can be mostly found
  8. software used to remove malicious viruses
  9. allow the user to interact with and operate the computer
  10. place where OS is first loaded when you first turn on the computer
  11. basic software included with operating systems to perform common tasks
  12. the OS uses device drivers to __ with the various hardware devices attached to the computer
  13. 90% of desktop computers use this
  14. the OS protects __ by isolating programs from each other so one program can't corrupt another program's data

30 Clues: "unix-like"OS managed by Nokiaanother term for multiplatformsecures folders, files, and disksfirewall software is a type of __90% of desktop computers use thisoptions that helped disabled usersworks on several different platformsbased on unix, used by 5% of desktopsused by supercomputers and mainframessoftware used to remove malicious viruses...

Input and Output by Amirul 2018-04-17

Input and Output by Amirul crossword puzzle
Across
  1. The ______ function is used to set the file position indicator for the stream to a new position
  2. standard output in unix
  3. ____ is a family standards that specified by the IEEE for maintaining compatibility between OS
  4. ____ is the name of the header file that provides access to the POSIX
  5. a system call/function to write information into a file
Down
  1. a command, which is used to remove all previous commands and output from the display screen
  2. standard input in unix
  3. a system call/function to close a previously opened file
  4. a system call/function to moves to a specified byte in a file
  5. a command that tells the user the name and location of the current directory

10 Clues: standard input in unixstandard output in unixa system call/function to write information into a filea system call/function to close a previously opened filea system call/function to moves to a specified byte in a file____ is the name of the header file that provides access to the POSIX...

UNIX crossword 2017-02-17

UNIX crossword crossword puzzle
Across
  1. a link that can span file system boundaries is called a ______ link
  2. lists the contents of a directory
  3. without any files specified, cat reads from the standard ______
  4. enables you to temporarily switch to another user
  5. prints out the last lines of a file
  6. files with names starting with a period are known as _____ files
  7. what we usually call a command line interpreter
  8. removes an empty directory
  9. this is the line oriented portion of vi
  10. calls up the GNU C compiler
  11. used to send output to a printer
  12. creates copy of file under a different name or path
Down
  1. system process that is designed to run in the background
  2. print out arguments to the command
  3. ability to run more than one command at a time
  4. it is unix convention to store binaries in a ____ directory
  5. unix is a pun on ______ which was an operating system the early developers were working on
  6. program that read input from standard input and writes to the standard output
  7. tells computer about the capabilities of your terminal
  8. create a directory
  9. this is the clock daemon that will run commands for you on a regularly scheduled basis
  10. display or set your tty settings
  11. paginate a file

23 Clues: paginate a filecreate a directoryremoves an empty directorycalls up the GNU C compilerdisplay or set your tty settingsused to send output to a printerlists the contents of a directoryprint out arguments to the commandprints out the last lines of a filethis is the line oriented portion of viability to run more than one command at a time...

Chapter-4 Crossword 2025-03-05

Chapter-4 Crossword crossword puzzle
Across
  1. A command used in UNIX and Linux to copy files and directories.
  2. A command in UNIX/Linux used to change the group ownership of a file or directory.
  3. A command used to remove files or directories.
  4. Sections of storage in a file system where actual file data is kept.
  5. A command used to remove empty directories
  6. An environment variable in operating systems that specifies a set of directories where executable programs are located.
  7. A data structure in a file system that contains information about the file system's layout and status.
  8. A command in UNIX/Linux used to display the type of a command (alias, function, built-in, or external).
  9. A Linux command used to locate the executable file associated with a given command.
  10. The user who has control over a file or directory in a UNIX/Linux system, with the ability to modify permissions.
  11. A command in UNIX/Linux used to create an empty file or update the timestamp of an existing file.
  12. A UNIX/Linux command used to create a link to a file, either hard or symbolic.
Down
  1. A technique used in decision trees and search algorithms to eliminate less promising branches and improve efficiency.
  2. Attributes that control who can read, write, or execute a file or directory in a file system.
  3. A method or function that calls itself to solve problems step by step.
  4. A Linux command used to search for files and directories based on name, size, type, or other attributes.
  5. The main group assigned to a user in UNIX/Linux systems, often used for file permissions.
  6. A Linux command used to quickly find the location of a file by searching a pre-built database.
  7. A command in UNIX/Linux used to change the ownership of a file or directory.
  8. A Linux command used to locate the binary, source, and manual page files for a command.

20 Clues: A command used to remove empty directoriesA command used to remove files or directories.A command used in UNIX and Linux to copy files and directories.Sections of storage in a file system where actual file data is kept.A method or function that calls itself to solve problems step by step....

System Software, Operating Systems and Utilities Crossword 2017-03-27

System Software, Operating Systems and Utilities Crossword crossword puzzle
Across
  1. Popular open-source operating system
  2. Allows hardware to communicate with software (2w)
  3. Restrict incoming and outgoing network
  4. Utility programs including antivirus and spyware protection (2w)
  5. Popular operating system used on non-Apple phones
  6. Software that detects and destroys viruses
Down
  1. OS requiring commands to be typed out
  2. The process where an OS fixes known bugs and security risks (2w)
  3. A pointer that selects objects on your monitor
  4. Prepares a storage device for its first use (2w)
  5. Command-line operating system mostly found on expensive servers
  6. OS containing graphics

12 Clues: OS containing graphicsPopular open-source operating systemOS requiring commands to be typed outRestrict incoming and outgoing networkSoftware that detects and destroys virusesA pointer that selects objects on your monitorPrepares a storage device for its first use (2w)Allows hardware to communicate with software (2w)...

39 2024-08-01

39 crossword puzzle
Across
  1. Altair 8800 manufacturer
  2. TV and electronics brand
  3. Xerox research center
  4. Network operating system
  5. Database management system
  6. Operating system developed by AT&T
  7. Apple co-founder Steve
  8. Computer bus standard
  9. Operating system for TRS-80
  10. Early time-sharing operating system
  11. American Standard Code
  12. Innovation center
  13. Developed Unix
Down
  1. Graphical user interface
  2. Fault-tolerant computers
  3. LAN technology
  4. Memory interface technology
  5. Unix operating system variant
  6. IBM transaction server
  7. Programming language
  8. Company behind early TVs
  9. Digital Equipment Corporation
  10. Networking company
  11. Switching network technology
  12. Serial communication interface

25 Clues: LAN technologyDeveloped UnixInnovation centerNetworking companyProgramming languageXerox research centerComputer bus standardIBM transaction serverApple co-founder SteveAmerican Standard CodeGraphical user interfaceAltair 8800 manufacturerFault-tolerant computersTV and electronics brandNetwork operating systemCompany behind early TVs...

Justin Kanellopoulos Lesson 1 2025-11-05

Justin Kanellopoulos Lesson 1 crossword puzzle
Across
  1. Help from online forums or groups
  2. Source code is shared for anyone to use
  3. Online place to host Linux systems
  4. Screen used to type Linux commands
  5. Instruction you type in Linux
  6. Older system that inspired Linux
  7. License that keeps Linux code open
  8. Change Linux to fit your needs
  9. Computer used for daily tasks
  10. Linux is free to use and share
  11. Very powerful computer used for science
Down
  1. Running many systems on one machine
  2. Version of Linux made by different groups
  3. Control what users can do to files
  4. Free open source operating system
  5. Core part of the Linux operating system
  6. Keeps systems safe from attacks
  7. Computer that gives data to other computers
  8. Small devices that connect to the internet
  9. Linux runs without crashing for long times

20 Clues: Instruction you type in LinuxComputer used for daily tasksChange Linux to fit your needsLinux is free to use and shareKeeps systems safe from attacksOlder system that inspired LinuxHelp from online forums or groupsFree open source operating systemControl what users can do to filesOnline place to host Linux systemsScreen used to type Linux commands...

Exam 2 Review 2016-03-16

Exam 2 Review crossword puzzle
Across
  1. a grouping of storage devices, such as hard disk arrays, that form a subnet so that the storage is available to any server on the main network (acronym)
  2. ____ routes are routes set up by the network administrator and specify fixed paths between two routers.
  3. A device that sends out and picks up radio waves and is used by access points and wireless NICs.
  4. Which type of network are you running if your computer is a member of a workgroup? (three words normally hyphenated)
  5. An area with public wireless access is called a ____,which is simply a location that provides a public access point to users.
  6. The ____ file permission category in UNIX/Linux systems typically entails all permissions and is designated by the letter u.
  7. Disk space that is used for virtual memory in Windows (two words)
  8. A(n) ____ print server is a boxlike device that has a NIC (or WNIC) and one, two, or more ports for connecting printers, such as USB or parallel ports.
  9. ____ communications are continuous bursts of data controlled by a clock signal that starts each burst.
  10. Permissions are set up by using the ____ command in UNIX/Linux.
Down
  1. Virtual memory that resided on a hard disk and is configured when Linux is installed (two words)
  2. Typically refers to a software or hardware interface that enables two different types of networked systems or software to communicate
  3. The physical topology when a hub is used to connect network nodes
  4. Mac OS X is built upon what other operating system, allowing you to use commands such as du and finger from a terminal window?
  5. What type of notice is sent when a station wants to disconnect from another station?
  6. A cable ____ communicates using upstream and downstream frequencies (channels) that are already allocated by a cable service.
  7. Which Linux command enables you to display memory usage and monitor virtual memory usage?
  8. To ensure that you can boot to a DVD/CD-ROM drive, you may first need to configure which of the following? (acronym)
  9. In UNIX/Linux, a mapped drive is called a ____ volume.
  10. A ____ centralizes control of network resources into a logical grouping of user accounts, computers, printers, and network devices.
  11. _____ computing involves providing a host of scalable Web-based applications and services over the Internet or a private network.

21 Clues: In UNIX/Linux, a mapped drive is called a ____ volume.Permissions are set up by using the ____ command in UNIX/Linux.The physical topology when a hub is used to connect network nodesDisk space that is used for virtual memory in Windows (two words)What type of notice is sent when a station wants to disconnect from another station?...

Viktorina Proggera 2022-12-19

Viktorina Proggera crossword puzzle
Across
  1. A set of commands that specify the sequence of actions of the processor in order to obtain the required result.
  2. The language, developed in 1964, is a programming language.
  3. A relatively independent part of the program.
  4. The language has static typing, supports polymorphism, operator overloading, delegates, attributes, events, variables, properties, generalized types and methods, iterators, anonymous functions with closure support, LINQ, exceptions, comments in XML format.
  5. A complete semantic expression in a high-level language.
  6. A program that converts a program in the source language into an object program.
  7. A program designed to translate high-level language operators into machine commands executed by the processor.
  8. A programming language that appeared in early 1995 and quickly won the title of the first visual application development system for Windows.
Down
  1. A predefined sequence of well-defined commands to obtain a solution to the problem.
  2. Memory for intermediate data storage, used for data compensation.
  3. A language developed to implement UNIX system operations in the early 70s.
  4. The language, which was created by the French scientist A. Calmeere in 1973.
  5. A part of a program that performs some clearly defined operation on data defined by parameters.
  6. A language designed to represent a machine language program in a convenient symbolic form.

14 Clues: A relatively independent part of the program.A complete semantic expression in a high-level language.The language, developed in 1964, is a programming language.Memory for intermediate data storage, used for data compensation.A language developed to implement UNIX system operations in the early 70s....

Chapter 2 Crossword 2025-10-08

Chapter 2 Crossword crossword puzzle
Across
  1. Version of Linux such as Ubuntu or Fedora
  2. A collection of files needed to install software
  3. Command used to display help manuals
  4. Interface that allows users to type commands
  5. An open-source operating system based on UNIX
  6. Package manager used by Fedora and Red Hat
  7. Directory that contains a user's personal files
  8. A popular Linux desktop environment
  9. Instruction given to the computer, via the shell
  10. The superuser account or top directory in Linux
  11. Boot loader used to load the Linux kernel
Down
  1. Program that opens a command-line interface
  2. Structure for organizing data on storage
  3. Text interface for interacting with the OS
  4. Default command shell in many Linux systems
  5. package manager used by Debian and Ubuntu
  6. Command to execute a command with superuser privileges
  7. Another word for folder in Linux
  8. Core part of the Linux operating system
  9. Specifies the location of a file or directory

20 Clues: Another word for folder in LinuxA popular Linux desktop environmentCommand used to display help manualsCore part of the Linux operating systemStructure for organizing data on storageVersion of Linux such as Ubuntu or Fedorapackage manager used by Debian and UbuntuBoot loader used to load the Linux kernelText interface for interacting with the OS...

Linux mõisted ja terminid 2024-02-29

Linux mõisted ja terminid crossword puzzle
Across
  1. Nimi, millega kasutaja saab ennast UNIX® süsteemis tuvastada ja süsteemi kasutada.
  2. on termin, mida kasutatakse UNIX-i ja UNIX-laadsete operatsioonisüsteemide,
  3. American Standard Code for Information Interchange ehk Ameerika infovahetuse standardkood. Seda kasutatakse sümbolite, sealhulgas juhtsümbolite salvestamiseks arvutis.
  4. Berkeley Software Distribution ehk Berkeley tarkvaradistributsioon on UNIX® variant, mille töötas välja Berkeley ülikooli arvutiteaduse teaduskond. Seda on alati peetud
  5. Protseduur, mis toimub pärast arvuti sisselülitamist ja mille käigus tuvastatakse üksteise järel välisseadmed ning laaditakse mällu operatsioonisüsteem.
  6. Oluliste andmete salvestamine turvalisele andmekandjale või asukohta
  7. on isik, kes püüab murda sisse arvutisüsteemi
  8. Indikaator (tavaliselt bitt), mida kasutatakse märguandmiseks programmi teatud oleku kohta.
  9. Vi ja selle kloonide korral programmi olek, mille korral klahvi vajutamine ei sisesta redigeeritavasse faili sümbolit
  10. Üks kahest võimalusest panna programm tööle süsteemis, millele see ei olnud algselt mõeldud.
  11. on tarkvara, mis võimaldab kasutajal suhelda arvutiga tekstipõhiselt, sisestades käsklusi ja saades vastuseid teksti kujul.
  12. GNU's Not Unix ehk 'GNU ei ole Unix'. GNU projekti algatas Richard Stallman 1980. aastate algul, üritades luua vaba operatsioonisüsteemi (vaba esineb siin sellises tähenduses nagu väljendis kõnevabadus).
Down
  1. on tarkvara, mis võimaldab kasutajal hallata ja haldada pakke, mis on tavaliselt tihendatud failid näiteks (ZIP, RAR ja TAR)
  2. lähtekood- Nii nimetatakse programmi vaba lähtekoodi, mis on tehtud avalikuks nii arendajatele kui üldse kogu maailmale
  3. Ajutised failid, mille kirjutab kohalikule kõvakettale võrgu-veebiserver.
  4. Seda pakub shell ning see võimaldab kasutajal käske vahetult anda.
  5. Tähendab programmi testimise teatud järku
  6. Kernel on operatsioonisüsteemi tuum. See vastutab ressursside eraldamise ning protsesside eristamise eest.
  7. Teekond, mille datagrammid läbivad võrgus lähtekohast sihtkohani ehk teekond ühest masinast teise.
  8. Selle mõistega eristatakse ühe Linuxi tootja toodet teistest. Distributsioon koosneb Linuxi kernelist ja utiliitidest, samuti paigaldamisprogrammist, kolmandate osapoolte programmidest ja vahel ka firmaomasest tarkvarast

20 Clues: Tähendab programmi testimise teatud järkuon isik, kes püüab murda sisse arvutisüsteemiSeda pakub shell ning see võimaldab kasutajal käske vahetult anda.Oluliste andmete salvestamine turvalisele andmekandjale või asukohtaAjutised failid, mille kirjutab kohalikule kõvakettale võrgu-veebiserver....

Linux Essentials chapter 1-3 2024-05-01

Linux Essentials chapter 1-3 crossword puzzle
Across
  1. User interface of a Linux system.
  2. The language in which Linux is written.
  3. Desktop email application.
  4. Package management for Debian.
Down
  1. A Linux distribution that is compatible with Red Hat Enterprise Linux but does not offer the paid support
  2. A text-based interface in which the user enters commands
  3. The native file-sharing protocol for Unix and Linux.
  4. Package management for Red Hat.

8 Clues: Desktop email application.Package management for Debian.Package management for Red Hat.User interface of a Linux system.The language in which Linux is written.The native file-sharing protocol for Unix and Linux.A text-based interface in which the user enters commands...

commands 2024-05-16

commands crossword puzzle
Across
  1. don't turn on
  2. call
  3. don't get in
  4. don't stop
  5. don't download
  6. don't start
  7. stop
  8. park
  9. don't park
  10. turn on
  11. turn on
  12. work
  13. don't fill
  14. don't ring
  15. record
Down
  1. don't print
  2. download
  3. get out
  4. burn
  5. don't surf
  6. ring
  7. don't save
  8. print
  9. don't check
  10. don't record
  11. don't burn
  12. don't drive (C)
  13. don't work
  14. don't turn off
  15. don't call
  16. turn off
  17. start
  18. don't get out
  19. fill
  20. erase

35 Clues: burnringcallstopparkfillworkprintstarteraserecordget outturn onturn ondownloadturn offdon't surfdon't savedon't stopdon't burndon't workdon't parkdon't calldon't filldon't ringdon't printdon't checkdon't startdon't get indon't recorddon't turn ondon't get outdon't downloaddon't turn offdon't drive (C)

COMMANDS 2022-06-01

COMMANDS crossword puzzle
Across
  1. PONER
  2. HABLAR
  3. DECIR
  4. APAGAR
  5. ESCRIBIR
  6. SALIR
  7. BARRER
  8. OIR
  9. LAVAR
Down
  1. BEBER
  2. PLANCHAR
  3. HACER
  4. QUITAR
  5. ARREGLAR
  6. VENIR
  7. TENER
  8. SER
  9. REGRESA
  10. TOMAR
  11. IR

20 Clues: IRSEROIRBEBERPONERHACERDECIRVENIRTENERSALIRTOMARLAVARHABLARQUITARAPAGARBARRERREGRESAPLANCHARARREGLARESCRIBIR

Commands 2024-09-16

Commands crossword puzzle
Across
  1. turn on
  2. study
  3. quiet
  4. repeat
  5. do/make
  6. write
  7. fountain
  8. bathroom
  9. turn off
  10. speak
  11. thank you
Down
  1. close
  2. Can I
  3. sit
  4. stand
  5. answer
  6. raise your hand
  7. sorry
  8. read
  9. excuse me
  10. please
  11. bless you

22 Clues: sitreadcloseCan Istudystandquietsorrywritespeakanswerrepeatpleaseturn ondo/makefountainbathroomturn offexcuse mebless youthank youraise your hand

Sõnad(Glen Klimov ITSp24) 2025-04-15

Sõnad(Glen Klimov ITSp24) crossword puzzle
Across
  1. Numbriline aadress, mis koosneb (versioonis 4 ehk IPv4) neljast osast ja mis tuvastab teie arvuti võrgus
  2. Võimaldab kasutajal käske vahetult anda
  3. - American Standard Code for Information Interchange ehk Ameerika infovahetuse standardkood
  4. Salasõna või sõnade või tähtede kombinatsioon, mida kasutatakse millegi turvamiseks
  5. - Laaditakse mällu operatsioonisüsteem
  6. Kernel on operatsioonisüsteemi tuum
  7. GNU's Not Unix ehk 'GNU ei ole Unix'.
  8. Ajutised failid, mille kirjutab kohalikule kõvakettale võrgu-veebiserver
Down
  1. Vi ja selle kloonide korral programmi olek
  2. - Tähendab programmi testimise teatud järku, testimine enne väljalaskmist
  3. Berkeley Software Distribution
  4. Üks kahest võimalusest panna programm tööle süsteemis, millele see ei olnud algselt mõeldud
  5. Oluliste andmete salvestamine turvalisele andmekandjale või asukohta
  6. Spetsiaalne UNIX® failitüüp. Üks programm kirjutab andmed torusse, teine programm aga loeb selle teisest otsast väljuvad andmed
  7. lähtekood - Nii nimetatakse programmi vaba lähtekoodi, mis on tehtud avalikuks nii arendajatele kui üldse kogu maailmale
  8. Teekond, mille datagrammid läbivad võrgus lähtekohast sihtkohani
  9. Graphical User Interface ehk graafiline kasutajaliides
  10. Indikaator, mida kasutatakse märguandmiseks programmi teatud oleku kohta
  11. General Public License ehk Üldine Avalik Litsents
  12. Nimi, millega kasutaja saab ennast UNIX® süsteemis tuvastada ja süsteemi kasutada

20 Clues: Berkeley Software DistributionKernel on operatsioonisüsteemi tuumGNU's Not Unix ehk 'GNU ei ole Unix'.- Laaditakse mällu operatsioonisüsteemVõimaldab kasutajal käske vahetult andaVi ja selle kloonide korral programmi olekGeneral Public License ehk Üldine Avalik LitsentsGraphical User Interface ehk graafiline kasutajaliides...

COMMANDS 2022-06-01

COMMANDS crossword puzzle
Across
  1. PONER
  2. HABLAR
  3. DECIR
  4. APAGAR
  5. ESCRIBIR
  6. SALIR
  7. BARRER
  8. OIR
  9. LAVAR
Down
  1. BEBER
  2. PLANCHAR
  3. HACER
  4. QUITAR
  5. ARREGLAR
  6. VENIR
  7. TENER
  8. SER
  9. REGRESA
  10. TOMAR
  11. IR

20 Clues: IRSEROIRBEBERPONERHACERDECIRVENIRTENERSALIRTOMARLAVARHABLARQUITARAPAGARBARRERREGRESAPLANCHARARREGLARESCRIBIR

commands 2023-11-20

commands crossword puzzle
Across
  1. Stop
  2. Make it (the cake)
  3. Go to work
  4. Leave me alone
  5. Take a shower
  6. Cook dinner
  7. fold
  8. Clean it(your room)
  9. Turn them off(the lights)
Down
  1. Put them on(clothes)
  2. Close it(the fridge)
  3. Take them off(your shoess)
  4. Drive it(the car)
  5. Help (me)
  6. Set it(the table)
  7. Buy some food
  8. Open it(the door)
  9. Wash
  10. Get out of the bathroom
  11. Make it(the bed)

20 Clues: StopfoldWashHelp (me)Go to workCook dinnerTake a showerBuy some foodLeave me aloneMake it(the bed)Drive it(the car)Set it(the table)Open it(the door)Make it (the cake)Clean it(your room)Put them on(clothes)Close it(the fridge)Get out of the bathroomTurn them off(the lights)Take them off(your shoess)

UNIX crossword 2017-02-17

UNIX crossword crossword puzzle
Across
  1. creates copy of file under a different name or path
  2. print out calendar for the specified month or year
  3. every process was a unique ___ number
  4. a link that can span file system boundaries is called a ______ link
  5. without any files specified, cat reads from the standard ______
  6. this is the line oriented portion of vi
  7. tells you what tty your shell is running on
  8. diverting the standard output to a file is known as a _____ion operation
  9. shows the different between two text files
  10. removes an empty directory
  11. used to send various signals to processes whose PIDs are known
  12. ability to run more than one command at a time
  13. what we usually call a command line interpreter
  14. used to send output to a printer
  15. concatenates files
  16. creates a directory
  17. this is used by cron to determine what needs to be run
  18. used to create a link to a file
  19. renames a file
Down
  1. system process that is designed to run in the background
  2. print out arguments to the command
  3. calls up the GNU C compiler
  4. the connection of the standard output of one process to the standard input of another is known as a _____
  5. tells you what the current time is
  6. display or set your tty settings
  7. files with names starting with a period are known as _____ files
  8. program that reads input from the standard input and writes to the standard output
  9. the original line editor that came with UNIX
  10. paginates a file
  11. it is a unix convention to store binaries in a ____ directory
  12. version of grep that allows the use of logical operators in specifying the search pattern
  13. prints out the last few lines of a file
  14. unix is a pun on ______ which was an operating system the early developers were working on
  15. tells computer about the capabilities of your terminal
  16. enables you to temporarily switch to a shell owned by another user
  17. lists the contents of a directory
  18. this is the clock daemon that will run commands for you on a regularly scheduled basis
  19. compare two sorted files line by line

38 Clues: renames a filepaginates a fileconcatenates filescreates a directoryremoves an empty directorycalls up the GNU C compilerused to create a link to a filedisplay or set your tty settingsused to send output to a printerlists the contents of a directoryprint out arguments to the commandtells you what the current time is...

Commands 2019-04-25

Commands crossword puzzle
Across
  1. Share your toys!
  2. Play the game!
  3. Order the food!
  4. Sleep late!
  5. Make the bed!
  6. Arrive early!
  7. Close the door!
  8. Come here!
  9. Leave now!
Down
  1. Buy it!
  2. Look for the book!
  3. Drink water!
  4. Iron the shirt!
  5. Wrap the gift!
  6. Bring the cake!
  7. Serve the food!
  8. Say it again!
  9. Sweep the floor!
  10. Clean the kitchen!
  11. Be nice!

20 Clues: Buy it!Be nice!Come here!Leave now!Sleep late!Drink water!Say it again!Make the bed!Arrive early!Wrap the gift!Play the game!Iron the shirt!Bring the cake!Serve the food!Order the food!Close the door!Share your toys!Sweep the floor!Look for the book!Clean the kitchen!

Commands 2023-11-20

Commands crossword puzzle
Across
  1. say
  2. have
  3. buy it. (la camiseta)
  4. use them. (los lapices)
  5. go
  6. listen to it. (la musica)
  7. teach me.
  8. practice
  9. read them. (mi libros)
Down
  1. remove
  2. clean
  3. watch it. (el gato)
  4. write it. (el papel)
  5. wash
  6. talk to them.
  7. start
  8. you cut it. (el cesped)
  9. make
  10. wear
  11. clean it. (el carro)

20 Clues: gosayhavewashmakewearcleanstartremovepracticeteach me.talk to them.watch it. (el gato)write it. (el papel)clean it. (el carro)buy it. (la camiseta)read them. (mi libros)use them. (los lapices)you cut it. (el cesped)listen to it. (la musica)

Commands 2024-01-05

Commands crossword puzzle
Across
  1. leer
  2. Ser (irreg)
  3. comer
  4. ayudar
  5. tener (irreg)
  6. Decir (irreg)
  7. escuchar
  8. volver (o-ue)
  9. trabajar
  10. estudiar
  11. sacar
  12. mirar
Down
  1. Ir (irreg)
  2. escribir
  3. hacer (Irreg)
  4. jugar (u-ue)
  5. salir (irreg)
  6. ponerse (irreg)
  7. dormirse (o-ue)
  8. empezar (e-ie)
  9. hablar
  10. llegar
  11. buscar
  12. cerrar (e-ie)

24 Clues: leercomersacarmirarayudarhablarllegarbuscarescribirescuchartrabajarestudiarIr (irreg)Ser (irreg)jugar (u-ue)hacer (Irreg)salir (irreg)tener (irreg)Decir (irreg)volver (o-ue)cerrar (e-ie)empezar (e-ie)ponerse (irreg)dormirse (o-ue)

Commands 2025-10-23

Commands crossword puzzle
Across
  1. let´s eat
  2. let´s speak
  3. let´s help
  4. let´s draw
  5. let´s sing
  6. let´s like
  7. let´s shout
  8. let´s dance
Down
  1. let´s win
  2. let´s give
  3. let´s arrive
  4. let´s watch
  5. let´s forget
  6. let´s look for
  7. let´s work
  8. let´s find
  9. let´s swim
  10. let´s share
  11. let´s stay
  12. let´s think

20 Clues: let´s winlet´s eatlet´s givelet´s helplet´s drawlet´s worklet´s findlet´s singlet´s swimlet´s likelet´s staylet´s speaklet´s watchlet´s sharelet´s shoutlet´s thinklet´s dancelet´s arrivelet´s forgetlet´s look for

COMMANDS 2022-06-01

COMMANDS crossword puzzle
Across
  1. PLANCHAR
  2. PONER
  3. ARREGLAR
  4. ESCRIBIR
  5. SER
  6. HABLAR
  7. QUITAR
  8. TOMAR
  9. BARRER
  10. TENER
Down
  1. VENIR
  2. APAGAR
  3. REGRESA
  4. IR
  5. SALIR
  6. DECIR
  7. LAVAR
  8. HACER
  9. BEBER
  10. OIR

20 Clues: IRSEROIRVENIRPONERSALIRDECIRLAVARHACERBEBERTOMARTENERAPAGARHABLARQUITARBARRERREGRESAPLANCHARARREGLARESCRIBIR

COMMANDS 2022-06-01

COMMANDS crossword puzzle
Across
  1. PONER
  2. LAVAR
  3. ESCRIBIR
  4. QUITAR
  5. HABLAR
  6. APAGAR
  7. REGRESA
  8. IR
Down
  1. PLANCHAR
  2. ARREGLAR
  3. VENIR
  4. TENER
  5. DECIR
  6. TOMAR
  7. BEBER
  8. BARRER
  9. OIR
  10. SALIR
  11. HACER
  12. SER

20 Clues: IROIRSERPONERLAVARVENIRTENERDECIRTOMARBEBERSALIRHACERQUITARBARRERHABLARAPAGARREGRESAPLANCHARARREGLARESCRIBIR

COMMANDS 2022-06-01

COMMANDS crossword puzzle
Across
  1. TENER
  2. QUITAR
  3. HABLAR
  4. VENIR
  5. PLANCHAR
  6. SER
  7. ARREGLAR
  8. TOMAR
  9. ESCRIBIR
Down
  1. REGRESA
  2. APAGAR
  3. BARRER
  4. LAVAR
  5. HACER
  6. IR
  7. PONER
  8. BEBER
  9. SALIR
  10. OIR
  11. DECIR

20 Clues: IRSEROIRTENERLAVARHACERVENIRPONERBEBERSALIRTOMARDECIRQUITARAPAGARBARRERHABLARREGRESAPLANCHARARREGLARESCRIBIR

Commands 2023-11-20

Commands crossword puzzle
Across
  1. ask him
  2. take out
  3. pay them
  4. tell him
  5. cut
  6. pay
  7. leave it behind (el papel)
  8. win it(el juego)
  9. put
  10. close them (las puertas)
Down
  1. leave behind
  2. give
  3. have lunch
  4. cut it(el césped)
  5. to ask
  6. take it out (la basura)
  7. cook it (el pollo)
  8. give us
  9. win
  10. say

20 Clues: cutpaywinsayputgiveto askask himgive ustake outpay themtell himhave lunchleave behindwin it(el juego)cut it(el césped)cook it (el pollo)take it out (la basura)close them (las puertas)leave it behind (el papel)

commands 2024-04-05

commands crossword puzzle
Across
  1. don't play
  2. don;t eat lunch
  3. arrive
  4. command levantarse
  5. don't take out
  6. don't begin
  7. play
  8. heat up
  9. behave
  10. don't pay
  11. positive command acostarse
  12. go to sleep
Down
  1. try on
  2. turn on
  3. don;t touch
  4. don't turn off
  5. shower
  6. begin
  7. taste
  8. neg despertarse
  9. don't arrive
  10. boil

22 Clues: playboilbegintastetry onarriveshowerbehaveturn onheat updon't paydon't playdon;t touchdon't begingo to sleepdon't arrivedon't turn offdon't take outdon;t eat lunchneg despertarsecommand levantarsepositive command acostarse

Commands 2024-02-13

Commands crossword puzzle
Across
  1. to breathe, Affirmative Tú
  2. to run, Ustedes
  3. to eat, Usted
  4. to have lunch, Ustedes
  5. to clean, Usted
  6. to go, Negative Tú
  7. to sing, Affirmative Tú
  8. to lie, Negative Tú
  9. to drink, Negative Tú
  10. to put to bed, Usted
Down
  1. to wear, Affirmative Tú, Reflexive
  2. to bring, Ustedes
  3. to bathe, Negative Tú
  4. to drive, Negative Tú
  5. to say, Affirmative Tú
  6. to live, Ustedes
  7. to practice, Ustedes
  8. to come, Affirmative Tú
  9. to leave, Usted
  10. to die, Ustedes
  11. to scream, Ustedes
  12. to be, Negative Tú

22 Clues: to eat, Ustedto run, Ustedesto clean, Ustedto leave, Ustedto die, Ustedesto live, Ustedesto bring, Ustedesto go, Negative Túto scream, Ustedesto be, Negative Túto lie, Negative Túto practice, Ustedesto put to bed, Ustedto bathe, Negative Túto drive, Negative Túto drink, Negative Túto say, Affirmative Túto have lunch, Ustedesto come, Affirmative Tú...

Commands 2024-02-15

Commands crossword puzzle
Across
  1. say!(tu)
  2. buy!(tu)
  3. try!(tu)
  4. weight!(usted)
  5. do! (usted)
  6. have!(usted)
  7. go!(tu)
  8. ask!(tu)
  9. put!(usted)
  10. pay!(tu)
  11. write!(usted)
  12. sell!(usted)
  13. close! (usted)
  14. eat!(tu)
  15. leave!
  16. come!(usted)
  17. have! (tu)
Down
  1. say!(usted)
  2. buy!(usted)
  3. pay!(usted)
  4. come!(tu)
  5. ask! (usted)
  6. try! (usted)
  7. give!(tu)
  8. do!(tu)
  9. close!(tu)
  10. sell!(tu)
  11. walk!(usted)
  12. put!(tu)
  13. go!(usted)
  14. be!(usted)
  15. write!(tu)
  16. give! (usted)
  17. be!(tu)
  18. weight!(tu)
  19. eat!(usted)
  20. walk!(tu)
  21. leave!(tu)

38 Clues: leave!do!(tu)go!(tu)be!(tu)say!(tu)buy!(tu)try!(tu)ask!(tu)put!(tu)pay!(tu)eat!(tu)come!(tu)give!(tu)sell!(tu)walk!(tu)close!(tu)go!(usted)be!(usted)write!(tu)leave!(tu)have! (tu)say!(usted)buy!(usted)pay!(usted)do! (usted)put!(usted)weight!(tu)eat!(usted)ask! (usted)try! (usted)have!(usted)walk!(usted)sell!(usted)come!(usted)write!(usted)...

test 2013-03-10

test crossword puzzle
Across
  1. implementation of the Unix strings program:
  2. are seeking a CTO for our budding financial
  3. syntax2
  4. reads and prints
  5. who is He?
  6. addresses may be specified
  7. expression search
  8. odd syntax
  9. wha is He1?
  10. files after opening them
  11. files to binary mode
  12. you get used to the slightly odd syntax
  13. strings program:
  14. after opening them
  15. input file means
Down
  1. wha is He2?
  2. of the Unix strings program:
  3. wondering if you
  4. program shown in Example
  5. section of the perlop
  6. an order
  7. is very easy
  8. with files in Perl is very easy
  9. easy
  10. to use "binmode"
  11. snippet below
  12. program:
  13. of the perlop
  14. syntax
  15. who are you?
  16. for the input file means
  17. is to use "binmode"
  18. budding financial

33 Clues: easysyntaxsyntax2an orderprogram:who is He?odd syntaxwha is He2?wha is He1?is very easywho are you?snippet belowof the perlopwondering if youreads and printsto use "binmode"strings program:input file meansexpression searchbudding financialafter opening themis to use "binmode"files to binary modesection of the perlopprogram shown in Example...

Finacle KBC22 2013-09-02

Finacle KBC22 crossword puzzle
Across
  1. The process of User Typing letters / digits from a distorted image in the screen (7)
  2. This type of deal provides the buyer the right to buy / sell the asset at a specific period (6,4)
  3. The process of repeating the same procedure with different parameters in PL/SQL (11)
  4. A person or persons named by an account holder to act on his/her behalf (7)
  5. This data from the database, gives the exact date & time at which the transaction / operations are carried out (4,5)
Down
  1. It is filed by the bank on the customer for defaulting loan repayment(8)
  2. This clause in PL/SQL refers to the newly fetched row in a cursor (5,7,2)
  3. RUNNER The bank which manages and runs the books (Lead Bank) in syndicated loan (4,6)
  4. Menu option for Mudarabah Profit Pool distribution (6)
  5. The Pattern search command in Unix at OS prompt level (4)
  6. The menu option for cancellation for For-ex DDs(6)
  7. It denotes the percentage rate of return earned on a bond security on an annual basis (5)
  8. In Unix - the process of combining 2 or more commands and using the output of 1 command to the subsequent (6)

13 Clues: The menu option for cancellation for For-ex DDs(6)Menu option for Mudarabah Profit Pool distribution (6)The Pattern search command in Unix at OS prompt level (4)It is filed by the bank on the customer for defaulting loan repayment(8)This clause in PL/SQL refers to the newly fetched row in a cursor (5,7,2)...

Finacle KBC22 2013-09-02

Finacle KBC22 crossword puzzle
Across
  1. In Unix - the process of combining 2 or more commands and using the output of 1 command to the subsequent (6)
  2. The menu option for cancellation for For-ex DDs(6)
  3. The bank which manages and runs the books (Lead Bank) in syndicated loan (4,6)
  4. This clause in PL/SQL refers to the newly fetched row in a cursor (5,7,2)
  5. It is filed by the bank on the customer for defaulting loan repayment(8)
  6. The Pattern search command in Unix at OS prompt level (4)
  7. It denotes the percentage rate of return earned on a bond security on an annual basis (5)
Down
  1. A person or persons named by an account holder to act on his/her behalf (7)
  2. The process of User Typing letters / digits from a distorted image in the screen (7)
  3. This data from the database, gives the exact date & time at which the transaction / operations are carried out (4,5)
  4. The process of repeating the same procedure with different parameters in PL/SQL (11)
  5. This type of deal provides the buyer the right to buy / sell the asset at a specific period (6,4)
  6. Menu option for Mudarabah Profit Pool distribution (6)

13 Clues: The menu option for cancellation for For-ex DDs(6)Menu option for Mudarabah Profit Pool distribution (6)The Pattern search command in Unix at OS prompt level (4)It is filed by the bank on the customer for defaulting loan repayment(8)This clause in PL/SQL refers to the newly fetched row in a cursor (5,7,2)...

Q1 Robotics Crossword 2020-10-09

Q1 Robotics Crossword crossword puzzle
Across
  1. a standard for connecting high-definition video devices
  2. A device having a designed resistance to electric current.
  3. A semiconductor device with two terminals, typically allowing the flow of current in one direction only.
  4. The edible fruit of a multitude of plant species in the genus rubus.
  5. USB stands for universal ____ bus.
  6. An input device used to point and click.
  7. print working directory
  8. A passive heat exchanger that transfers the heat generated by an electronic device to a fluid medium.
Down
  1. cd means change ____
  2. A construction base for prototyping electronics.
  3. An input device used to type text.
  4. A brand of flash memory products.
  5. a short wire used to close a break or cut out part of an electrical circuit.
  6. The window where we type unix commands.
  7. A device used to display the graphic user interface.
  8. ls

16 Clues: lscd means change ____print working directoryA brand of flash memory products.An input device used to type text.USB stands for universal ____ bus.The window where we type unix commands.An input device used to point and click.A construction base for prototyping electronics.A device used to display the graphic user interface....

Commands 2024-05-01

Commands crossword puzzle
Across
  1. ______ (No dormir) en la clase!
  2. ___ (Comer) tu almuerzo!
  3. _____(Recoger) la basura.
  4. ____ Diga a ella la verdad
  5. ______ (No jugar) en la calle!
  6. ______ (Poner)platos en la mesa
  7. ____(Hacer) tu tarea!
  8. ____ (Limprar) tu habitación!
  9. _____ (Hacer) a tu perro a la escuela!
  10. ____ Sirve la comida a ellos
  11. _____ (No correr) en la escuela! Es peligroso!
Down
  1. ____(No comer) tu libro!
  2. ____ (Comer) tus vegetales!
  3. ____ (Estudiar) para tu exam!
  4. ____ (Ir) a tu cuarto
  5. ____ (No hablar) ingles en la clase de español!
  6. Get up please! (usted)
  7. ___ (No ir) a la bombonería! El dulce no es saludable!
  8. ____(Pagar) el camarero.
  9. ____ (No Ser) brusco on tu madre!

20 Clues: ____ (Ir) a tu cuarto____(Hacer) tu tarea!Get up please! (usted)____(No comer) tu libro!___ (Comer) tu almuerzo!_____(Recoger) la basura.____(Pagar) el camarero.____ Diga a ella la verdad____ (Comer) tus vegetales!____ Sirve la comida a ellos____ (Estudiar) para tu exam!____ (Limprar) tu habitación!______ (No jugar) en la calle!...

Commands 2022-11-28

Commands crossword puzzle
Across
  1. Go!
  2. Don't speak!
  3. Don't run
  4. Dance!
  5. Tell the truth!
  6. Don't write!
  7. Study!
  8. Don't eat!
  9. Don't go!
  10. Work!
Down
  1. Listen!
  2. Think!
  3. Sleep!
  4. Don't sleep!
  5. Be smart!
  6. Run!
  7. Speak!
  8. Leave the house!
  9. Don't drink

19 Clues: Go!Run!Work!Think!Sleep!Dance!Speak!Study!Listen!Be smart!Don't runDon't go!Don't eat!Don't drinkDon't sleep!Don't speak!Don't write!Tell the truth!Leave the house!

commands 2025-10-23

commands crossword puzzle
Across
  1. let´s live!
  2. let´s throw!
  3. let´s like!
  4. let´s return!
  5. let´s eat!
  6. let´s travel!
  7. let´s play!
  8. let´s think!
  9. let´s draw!
  10. let´s dance!
Down
  1. let´s sing!
  2. let´s work!
  3. let´s begin
  4. let´s visit!
  5. let´s help!
  6. let´s swim!
  7. let´s eat!
  8. let´s win!
  9. let´s love!
  10. let´s study!

20 Clues: let´s eat!let´s win!let´s eat!let´s sing!let´s work!let´s live!let´s beginlet´s like!let´s help!let´s swim!let´s love!let´s play!let´s draw!let´s visit!let´s throw!let´s study!let´s think!let´s dance!let´s return!let´s travel!

Commands 2023-11-20

Commands crossword puzzle
Across
  1. see
  2. speak
  3. go back to it (el parque)
  4. go
  5. believe
  6. put, place, set
  7. believe me
  8. hang it up (la camiseta)
  9. set it (la mesa)
  10. turn off
  11. see it (el museo)
Down
  1. remember
  2. return
  3. say it (la receta)
  4. remember me
  5. go to it (el parque)
  6. make
  7. hang up
  8. turn them off (las lues)
  9. make it (la falda)

20 Clues: goseemakespeakreturnbelievehang uprememberturn offbelieve meremember meput, place, setset it (la mesa)see it (el museo)say it (la receta)make it (la falda)go to it (el parque)hang it up (la camiseta)turn them off (las lues)go back to it (el parque)

UNIT 1 2018-04-07

UNIT 1 crossword puzzle
Across
  1. command is used to display the contents of file?
  2. is the nucleus of a computer?
  3. is a feature in Linux such that when executing a command?
  4. is a data structure?
  5. its advantage is running parallel and simultaneously?
  6. Which filter can be used to display first 10 lines of a file?
  7. help to combine two or more commands at the same time and run them consecutively?
  8. Text Delete the file text?
  9. shell knew as____?
  10. is on instance of running program?
  11. Language Which programming language is used in the design of unix os?.
  12. is a interpreter?
Down
  1. Variables store data in the form of ___ and numbers?
  2. Mension one variants of linux?
  3. The standard input device is the _____?
  4. command is used to create a directory?
  5. statement is similar to switch case statement in other language like c,c++?
  6. filename.sh is used to_____ file?
  7. C shell also known as___?
  8. command is used to empty file?

20 Clues: is a interpreter?shell knew as____?is a data structure?C shell also known as___?Text Delete the file text?is the nucleus of a computer?Mension one variants of linux?command is used to empty file?filename.sh is used to_____ file?is on instance of running program?command is used to create a directory?The standard input device is the _____?...

Linux Crosswords - Boucarr 2025-02-10

Linux Crosswords - Boucarr crossword puzzle
Across
  1. program in charge of booting your PC
  2. a location that contains software packages used to install/update the OS
  3. change directory
  4. a unix esque operaitng system made up of various components
  5. software that is restricted to people with authorized access/not public
  6. a text based interface used to perform commands
  7. a program that is being executed
  8. a collection of files that make up a software application
  9. deciphers data into a readable format
  10. make directory
  11. the basic user interface to interact with operating system
Down
  1. acts as a gateway communication between hardware and software
  2. the administrator account in Linux OSes
  3. used to control the operating system's shell
  4. software that uses the kernel to communicate with the hardware
  5. print working directory
  6. free to use software where the user can modify it as they please
  7. translates data into an indecipherable form
  8. an operating system in the Linux family (hint we are using it now)
  9. the most prominent family of open source operating systems

20 Clues: make directorychange directoryprint working directorya program that is being executedprogram in charge of booting your PCdeciphers data into a readable formatthe administrator account in Linux OSestranslates data into an indecipherable formused to control the operating system's shella text based interface used to perform commands...

MacOS 2018-10-17

MacOS crossword puzzle
Across
  1. kur tieši tika dibināta Apple kompānija
  2. NeXT izveidotā operētājsistēma (pirms Apple pārpirka vecais nosaukums)
  3. pēc OS X 10.9 Mavericks izlaiduma nākamie tika nosaukti pēc štata, kur dibināja Apple
  4. plūstoša grafiskais lietotāja interfeiss ar ūdenim līdzīgiem elementiem
  5. Mac OS X 10.0 dēvētais nosaukums
  6. uz kāda pamata balstīts Unix
  7. mac OS ir otrais izmantotākais OS pec, kura OS
  8. kernel tips
Down
  1. lietotājprogramma, kas paredzēta automātisku dažādu uzdevumu izpildi
  2. mac OS izstrādātājs
  3. kādiem datoriem ir domāts mac OS
  4. OS X izlaidumi bija nosaukti plēsīgo ____ vārdos
  5. Sierra latviskā nozīme
  6. uz kāda kodola ir balstīta Unix operētājsistēma
  7. failu pārlūks, kas nodrošina ātru piekļuvi visiem datora apgabaliem
  8. OS saime

16 Clues: OS saimekernel tipsmac OS izstrādātājsSierra latviskā nozīmeuz kāda pamata balstīts Unixkādiem datoriem ir domāts mac OSMac OS X 10.0 dēvētais nosaukumskur tieši tika dibināta Apple kompānijamac OS ir otrais izmantotākais OS pec, kura OSuz kāda kodola ir balstīta Unix operētājsistēmaOS X izlaidumi bija nosaukti plēsīgo ____ vārdos...

jep 2024-04-15

jep crossword puzzle
Across
  1. Operatsioonisüsteemi tuum.
  2. Veebilehtede salvestatud andmed kasutaja kohta.
  3. Kõrgeim kasutajaõiguste tase.
  4. Isik, kes püüab ebaseaduslikult sisse murda süsteemi.
  5. Linuxi variant.
  6. Arvuti käivitumine.
  7. UNIX-põhine operatsioonisüsteem.
  8. Andmete turvaline kopeerimine.
Down
  1. Tarkvara paigaldamise haldamine.
  2. Tarkvara testimine enne ametlikku väljalaset.
  3. Tekstipõhine kasutajaliides.
  4. Unikaalne identifikaator kasutajale.
  5. Tarkvara kohandamine teisele platvormile.
  6. Kasutajaliides käskude sisestamiseks.
  7. Superkasutaja õiguste nimetus UNIX-süsteemis.
  8. Käskude sisestamise koht.
  9. Tarkvaraprojekt vaba operatsioonisüsteemi loomiseks.
  10. Määrab käitumisreegleid programmile või süsteemile.
  11. lähtekood Tarkvara, mille kood on avalikult kättesaadav.
  12. Tähemärkide kodeerimise standard.

20 Clues: Linuxi variant.Arvuti käivitumine.Käskude sisestamise koht.Operatsioonisüsteemi tuum.Tekstipõhine kasutajaliides.Kõrgeim kasutajaõiguste tase.Andmete turvaline kopeerimine.Tarkvara paigaldamise haldamine.UNIX-põhine operatsioonisüsteem.Tähemärkide kodeerimise standard.Unikaalne identifikaator kasutajale.Kasutajaliides käskude sisestamiseks....

Linux Crosswords Chap 3 - Boucarr 2025-02-25

Linux Crosswords Chap 3 - Boucarr crossword puzzle
Across
  1. A command that displays the last few lines of a file, often used for log files.
  2. A command used to list files and directories in the current directory.
  3. A command that provides detailed information about a file or file system.
  4. A file that records events or activities, often used for troubleshooting.
  5. The process of joining multiple files or strings together.
  6. A variant of grep that supports extended regular expressions.
  7. A graphical text editor for the GNOME desktop environment.
  8. A character with a special meaning in regular expressions or shell commands
  9. A command that displays a graphical representation of a directory structure.
  10. A command used to display the contents of a file or concatenate multiple files.
  11. A command used to search for specific patterns in files.
Down
  1. The directory that is one level above the current directory in a file system.
  2. A file containing a sequence of commands that can be executed by the shell
  3. The name assigned to a file, used to identify it in a file system.
  4. A file that contains plain text, without any formatting or special characters.
  5. A powerful text editor available in most Unix-like systems.
  6. A variant of grep that searches for fixed strings, not regular expressions.
  7. A command that displays the first few lines of a file.
  8. A folder or container that holds files and other directories in a file system.
  9. A command that displays the contents of a file in reverse order.

20 Clues: A command that displays the first few lines of a file.A command used to search for specific patterns in files.The process of joining multiple files or strings together.A graphical text editor for the GNOME desktop environment.A powerful text editor available in most Unix-like systems.A variant of grep that supports extended regular expressions....

Operating System 2025-06-04

Operating System crossword puzzle
Across
  1. Background process in Windows OS
  2. First process in Unix/Linux
  3. Background process in Unix-like OS
  4. Interface between user and OS
  5. A terminated process still in the process table
  6. Default Windows file system
  7. Mode where applications run (not kernel)
Down
  1. Software that lets OS talk to hardware
  2. An instance of a running program
  3. Type of memory simulated with disk space
  4. Core part of an operating system
  5. Popular OS family by Microsoft
  6. Init system and service manager in Linux
  7. Unix-like OS popular in servers
  8. Basic unit of data storage in a system

15 Clues: First process in Unix/LinuxDefault Windows file systemInterface between user and OSPopular OS family by MicrosoftUnix-like OS popular in serversAn instance of a running programCore part of an operating systemBackground process in Windows OSBackground process in Unix-like OSSoftware that lets OS talk to hardwareBasic unit of data storage in a system...

Chapter 12 CIS 25 2024-11-05

Chapter 12 CIS 25 crossword puzzle
Across
  1. An isolated environment for testing or running applications
  2. Command to configure or display network interfaces
  3. The core part of an operating system, managing hardware
  4. Self-Monitoring, Analysis, and Reporting Technology for drives
  5. Apple's virtual assistant for iOS device
  6. Near Field Communication; short-range wireless data transfer
  7. Removing restrictions on iOS devices for customization
  8. A newer version of software with improvements or fixes
  9. Change ownership of files or directories
  10. Preboot Execution Environment; allows booting over a network
  11. Apple's cloud storage and synchronization service
  12. Erasing data from a device remotely
  13. A job scheduler for running tasks on Unix-like systems
  14. Virtual Private Network; encrypted private internet connection
  15. Gaining root access to Android for system modifications
  16. Command-Line Interface; text-based interaction with the computer
  17. A small app or tool that provides info or functions
  18. Software with publicly available source code
Down
  1. Execute a command with superuser (admin) privileges
  2. Locking a device remotely to secure it
  3. A fix or update to address vulnerabilities or bugs
  4. Terminate a process by its ID in the command line.
  5. An open-source mobile OS developed by Google
  6. A sensor that measures rotation or angular velocity
  7. Software Development Kit; tools to build applications
  8. Open-source Unix-like operating system
  9. A multiuser, multitasking operating system
  10. Berkeley Software Distribution; a Unix-like operating system
  11. A sensor that measures acceleration and orientation
  12. Command for configuring wireless network interfaces
  13. emulator Software that mimics a command-line interface
  14. Backup software for macOS, offering automatic backups
  15. A small graphic representing an application or file
  16. A bootloader used in Linux systems.
  17. Change file permissions in Unix-like systems
  18. A command-line interface to interact with the OS

36 Clues: Erasing data from a device remotelyA bootloader used in Linux systems.Locking a device remotely to secure itOpen-source Unix-like operating systemApple's virtual assistant for iOS deviceChange ownership of files or directoriesA multiuser, multitasking operating systemAn open-source mobile OS developed by Google...

lab1 2025-09-09

lab1 crossword puzzle
Across
  1. – the OS component that distributes CPU time between processes.
  2. – a running program or task in the OS.
  3. – running multiple threads within a single process.
  4. – the ability to run several processes at the same time.
  5. – a signal from a device or program to the processor.
  6. – the student’s surname.
  7. System – a program that manages computer resources and provides interaction with the user.
  8. – the smallest unit of execution inside a process.
Down
  1. – a memory area for temporary data storage during transfer.
  2. – a program that enables the OS to interact with a device.
  3. – the process of starting an operating system after the computer is turned on.
  4. Interpreter – a program that executes user commands.
  5. Memory – a mechanism that uses disk space as an extension of RAM.
  6. – a family of multitasking operating systems.
  7. System – a way to organize and store information on a disk.
  8. – the central part of the OS that controls memory, processes, and devices.

16 Clues: – the student’s surname.– a running program or task in the OS.– a family of multitasking operating systems.– the smallest unit of execution inside a process.– running multiple threads within a single process.Interpreter – a program that executes user commands.– a signal from a device or program to the processor....

Commands 2023-10-31

Commands crossword puzzle
Across
  1. clean up (ustedes form)
  2. wall
  3. look (ustedes form)
  4. listen (ustedes form)
  5. snack
  6. ask (ustedes form)
  7. pencil
  8. speak (ustedes form)
  9. lights
Down
  1. office
  2. nurse
  3. stop (tú form)
  4. silence
  5. rules
  6. backpack
  7. class
  8. language

17 Clues: wallnurserulessnackclassofficepencillightssilencebackpacklanguagestop (tú form)ask (ustedes form)look (ustedes form)speak (ustedes form)listen (ustedes form)clean up (ustedes form)

Unix crossword 2021-12-08

Unix crossword crossword puzzle
Across
  1. command to remove a directory.
  2. command to show the current date and time.
  3. command to print.
  4. command for mannual.
  5. permission changing command.
  6. purpose of ls command is ?
  7. _______is loaded into memory when the system is booted.
Down
  1. command used to search text and strings in a given file.
  2. the ls command with the -a flag views ______files.
  3. command to show current directory.
  4. a way of representing permissions.
  5. command to create a directory.
  6. rename command.
  7. command to show calendar of the current month.
  8. _______is an interface that interprets the command line input and calls the necessary programs to do the work.

15 Clues: rename command.command to print.command for mannual.purpose of ls command is ?permission changing command.command to remove a directory.command to create a directory.command to show current directory.a way of representing permissions.command to show the current date and time.command to show calendar of the current month....

Unix Crossword 2021-12-12

Unix Crossword crossword puzzle
Across
  1. Changing current directory
  2. Change the access permissions of file system objects sometimes known as modes.
  3. Returns your username
  4. splitting a file into multiple files
  5. Used to create directories on a file system
  6. Command helps in formatting the file for printing on the terminal
Down
  1. Displaying data in local
  2. Tells you the machine name in a network.
  3. Clears all the clutter on the terminal and gives you a clean window to work on, just like when you launch the terminal.
  4. Checking your current directory
  5. Command shows all the basic commands in Linux that you have used in the past for the current terminal session
  6. Displaying and creating a new file
  7. This command will print first 10 lines of file
  8. Lets you send e-mail messages to people around the world
  9. Option for listing hidden files

15 Clues: Returns your usernameDisplaying data in localChanging current directoryChecking your current directoryOption for listing hidden filesDisplaying and creating a new filesplitting a file into multiple filesTells you the machine name in a network.Used to create directories on a file systemThis command will print first 10 lines of file...

Unix Crossword 2021-12-12

Unix Crossword crossword puzzle
Across
  1. Checking your current directory
  2. Change the access permissions of file system objects sometimes known as modes.
  3. Clears all the clutter on the terminal and gives you a clean window to work on, just like when you launch the terminal.
  4. Option for listing hidden files
  5. Lets you send e-mail messages to people around the world
  6. Command shows all the basic commands in Linux that you have used in the past for the current terminal session
Down
  1. Changing current directory
  2. Returns your username
  3. Tells you the machine name in a network.
  4. This command will print first 10 lines of file
  5. Displaying and creating a new file
  6. splitting a file into multiple files
  7. Used to create directories on a file system
  8. Command helps in formatting the file for printing on the terminal
  9. Displaying data in local

15 Clues: Returns your usernameDisplaying data in localChanging current directoryChecking your current directoryOption for listing hidden filesDisplaying and creating a new filesplitting a file into multiple filesTells you the machine name in a network.Used to create directories on a file systemThis command will print first 10 lines of file...

Unix puzzle 2021-12-13

Unix puzzle crossword puzzle
Across
  1. it displays username of a current user
  2. print current working directory
  3. displaying lines of text or string which are passed as arguments on the command line
  4. make new directory
  5. use to display user manual
  6. changes passwords for user account
Down
  1. calendar command
  2. print the top n number of lines
  3. to create a copy of the contents of the file
  4. print the number of users who has logged in
  5. change the access mode of a file
  6. remove files
  7. displaying and creating files
  8. list your files
  9. printing new line

15 Clues: remove fileslist your filescalendar commandprinting new linemake new directoryuse to display user manualdisplaying and creating filesprint the top n number of linesprint current working directorychange the access mode of a filechanges passwords for user accountit displays username of a current userprint the number of users who has logged in...

Operētājsistēmas 2015-01-14

Operētājsistēmas crossword puzzle
Across
  1. Programma, kas pārveido cilvēkam saprotamā programmēšanas valodā rakstītas instrukcijas datoram izpildāmā mašīnkodā.
  2. Pamatstruktūra, kuru dators izmanto, lai organizētu datus cietajā diskā. (Divi vārdi)
  3. Operētājsistēma, kas ļauj vienlaicīgi strādāt ar datorsistēmu vairākiem lietotājiem.
  4. Microsoft radīta operētājsistēma personālajiem datoriem un serveriem. (Divi vārdi)
  5. Pārnesama, daudz uzdevumu un daudzlietotāju operētājsistēma.
  6. Datoru programmatūra, kas paredzēta datoraparatūras, operētājsistēmas vai lietojumprogrammatūras apkalpošanai.
  7. Programma, kura datu apstrādes procesa laikā pastāvīgi atrodas kādā noteiktā operatīvās atmiņas apgabalā.
  8. Viena no operētājsistēmas pamatsastāvdaļām un tiek ielādēts kopā ar pārējām sistēmas datnēm startēšanas procesā.
  9. Programmatūra, kas nodrošina datora darbu.
  10. Programmatūra, ko var lietot, pavairot, pētīt, mainīt un izplatīt bez ierobežojumiem.
Down
  1. Kā sauc Linux kodolu, kas ir savienojumā ar programmatūru?
  2. Programmatūra, kas ļauj lietotājam veikt noteiktas darbības.
  3. Kompānijas Microsoft DOS implementācija, kas bija pirmā plaši lietotā operētājsistēma IBM PC saimes datoros. (Vārda ir domuzīme)
  4. Instrukciju kopa, kas nosaka operāciju secību, ko izpilda dators datu apstrādes procesā.
  5. Unix veida perētājsistēmas kodols, ko izstrādāja Linuss Torvalds.
  6. Kā sauc programmas bez kurām nestrādā lielākā daļa datoru ierīču, video karte, skaņas karte?
  7. Programmatūras kopums, kas ir atbildīgs par datora aparatūras tiešu kontroli un vadību, kā arī par tādām pamatdarbībām kā lietojumprogrammatūras darbināšanu.
  8. Apple mobilā operētājsistēma, kas izplatīta Apple ierīcēm.
  9. Brīva operētājsistēma, kas ir veidota pēc Unix sistēmas līdzības, taču nesatur Unix kodu.
  10. Datorprogramma, kas spēj patstāvīgi vairoties un inficēt datoru.

20 Clues: Programmatūra, kas nodrošina datora darbu.Kā sauc Linux kodolu, kas ir savienojumā ar programmatūru?Apple mobilā operētājsistēma, kas izplatīta Apple ierīcēm.Programmatūra, kas ļauj lietotājam veikt noteiktas darbības.Pārnesama, daudz uzdevumu un daudzlietotāju operētājsistēma.Datorprogramma, kas spēj patstāvīgi vairoties un inficēt datoru....

Operātajsistēmas 2015-01-14

Operātajsistēmas crossword puzzle
Across
  1. Linuks ir... veida operatājsistēmas kodols.
  2. Programma,kas parveido cilvekam saprotamā programēšanas valodā rakstītas instrukcijas, datora izpildā māmašīnvalodā?
  3. Programma kas ir teksta procesors, ko izstrādājis Microsoft?
  4. Basic input output system
  5. Programmatūra, kas ļauj datoram sazināties ar aparatūru un ierīcēm?
  6. Programmatūras kopums, kas ir atbildīgs par datora aparatūras tiešu kontroli un vadību.
  7. Linux kods savienojumā ar programmatūru veido linux...
  8. Kādi Linux ir radīti Latvijā?
  9. Brīva operatajsistēma, kas ir veidots pēc UNIX sistemas līdzības, taču nesatur UNIX kodu.
Down
  1. Viens no LINUX distributīviem:
  2. Reģistrs ir datu baze, kas satur informaciju par.....
  3. Cilvēks kurš izveidoja Lnix operatajsistēmu?
  4. Cik lietotāji var izmantot ms-dos operātajsistēmu?
  5. atmiņā Operētājsistēma ir pirmais programmatūras slānis, kas tiek ielādēts ... ....pēc tā iedarbināšanas.(divi vardi)
  6. Programma kurā lietotājs var veikt skaitļošanas procedūras, tāpat iekļauti dažādi grafiskie līdzekļi.
  7. Visvairāk izplatītās faiusistēmas?
  8. Unixn ir parnesama daudz uzdevumu un ..... operatajsistema.
  9. Kas izstradāja programmu word?
  10. Iestatījumi priekš barošanas bloka biosā.

19 Clues: Basic input output systemKādi Linux ir radīti Latvijā?Viens no LINUX distributīviem:Kas izstradāja programmu word?Visvairāk izplatītās faiusistēmas?Iestatījumi priekš barošanas bloka biosā.Linuks ir... veida operatājsistēmas kodols.Cilvēks kurš izveidoja Lnix operatajsistēmu?Cik lietotāji var izmantot ms-dos operātajsistēmu?...

Tercera generacion de computadoras 2025-04-01

Tercera generacion de computadoras crossword puzzle
Across
  1. Sistema operativo de IBM previo al 360.
  2. Protocolo que estandarizó la comunicación en redes (base de Internet).
  3. Lenguaje en el que se reescribió UNIX para mejor portabilidad.
  4. Arquitecto principal del IBM 360.
  5. Término acuñado por Fred Brooks para diseño de computadoras.
  6. Tipo de disco flexible de 3.5 pulgadas.
  7. Soporte de almacenamiento magnético portátil de los años 70.
Down
  1. Creador del lenguaje C.
  2. Primera "killer app" de ARPANET.
  3. Proyecto fallido que inspiró UNIX.
  4. Material magnético usado en disquetes.
  5. Universidad donde se envió el primer mensaje de ARPANET (siglas).
  6. Tamaño inicial del disquete (en pulgadas).
  7. Formato de disquete más pequeño (3.5").
  8. Red pionera que evolucionó a Internet, creada por ARPA.
  9. Agencia del Departamento de Defensa que creó ARPANET.
  10. Sistema operativo multiusuario desarrollado por Thompson y Ritchie.
  11. Primer mensaje enviado por ARPANET (solo llegaron 2 letras).
  12. Familia de computadoras de IBM que unificó arquitectura en 1964.

19 Clues: Creador del lenguaje C.Primera "killer app" de ARPANET.Arquitecto principal del IBM 360.Proyecto fallido que inspiró UNIX.Material magnético usado en disquetes.Sistema operativo de IBM previo al 360.Formato de disquete más pequeño (3.5").Tipo de disco flexible de 3.5 pulgadas.Tamaño inicial del disquete (en pulgadas)....

GUI 2021-08-08

GUI crossword puzzle
Across
  1. A ___________user interface is easier for beginners
  2. ____________ is an operating system used in smart phones.
  3. A _______________ user interface requires the user to type commands.
Down
  1. What software helps control the hardware and software in your computer system.
  2. ___________ is an example of a graphical user interface
  3. ____________ is an example of command line interface.

6 Clues: A ___________user interface is easier for beginners____________ is an example of command line interface.___________ is an example of a graphical user interface____________ is an operating system used in smart phones.A _______________ user interface requires the user to type commands....

Linux-Crossword 2013-04-09

Linux-Crossword crossword puzzle
Across
  1. / Suchbefehl (Linux-Konsole)
  2. / zum Installieren von Software unter Unix/Linux
  3. / textbasierte Benutzeroberfläche
  4. / beliebte Repository-Software
  5. / bliebter Paketinstaller
  6. / Einbinden eines Laufwerkes
  7. / 3rd-party Oberfläche für Kommandozeilen-Programme
  8. / von SUN entickeltes Linux
Down
  1. / Linzenzparadigma, z.B.GPL
  2. / bestimmte Zusammenstellung eines Linux
  3. / nicht-proprietäre Soft ist ...
  4. / Bezeichnung für ein Linux, das nicht installiert werden muss
  5. / beliebte Betriebssystem-Familie
  6. / Nutzer (user) mit "root"-Rechten
  7. / beliebte grafische Oberfläche (z.B. Ubuntu)
  8. / Linux-Äquivalents des Windows "Administrators"
  9. / elementarer Betriebssystementeil
  10. / Mutter-Betriebssystem aller Linux
  11. / Hintergrundservice bei LINUX
  12. / eigenes Verzeichnis eines Users

20 Clues: / bliebter Paketinstaller/ Linzenzparadigma, z.B.GPL/ von SUN entickeltes Linux/ Suchbefehl (Linux-Konsole)/ Einbinden eines Laufwerkes/ beliebte Repository-Software/ Hintergrundservice bei LINUX/ nicht-proprietäre Soft ist .../ textbasierte Benutzeroberfläche/ beliebte Betriebssystem-Familie/ eigenes Verzeichnis eines Users...

Linux 2013-04-09

Linux crossword puzzle
Across
  1. eigenes Verzeichnis eines Users
  2. textbasierte Benutzeroberfläche
  3. elementarer Betriebssystemteil
  4. Suchbefehl (Linux-Konsole)
  5. bliebter Paketinstaller
  6. Hintergrundservice
  7. zum Installieren von Software unter Unix/Linux
  8. Nutzer (user) mit "root"-Rechten
  9. Bezeichnung für ein Linux, das nicht installiert werden muss
  10. Linzenzparadigma, z.B.GPL
  11. Mutter-Betriebssystem aller Linux
Down
  1. bestimmte Zusammenstellung eines Linux
  2. Einbinden eines Laufwerkes
  3. 3rd-party Oberfläche für Kommandozeilen-Programme
  4. beliebte Repository-Software
  5. beliebte grafische Oberfläche (z.B. Ubuntu)
  6. Linux-Äquivalent des Windows "Administrators"
  7. von SUN entickeltes Linux
  8. beliebte Betriebssystem-Familie
  9. nicht-proprietäre Software ist ...

20 Clues: Hintergrundservicebliebter Paketinstallervon SUN entickeltes LinuxLinzenzparadigma, z.B.GPLEinbinden eines LaufwerkesSuchbefehl (Linux-Konsole)beliebte Repository-Softwareelementarer Betriebssystemteileigenes Verzeichnis eines Userstextbasierte Benutzeroberflächebeliebte Betriebssystem-FamilieNutzer (user) mit "root"-Rechten...

Mantisch Heer ranks 2023-08-30

Mantisch Heer ranks crossword puzzle
Across
  1. Commands an Armee or special corps (ex: General der Jäger)
  2. Senior enlisted in charge of a section
  3. Commands a Jagdroute
  4. Commands an Armee-Korps or a division
  5. (General term)see Schütze
  6. Company sergeant
  7. Commands a Regiment
  8. Commands an Armeefront
  9. Leads a Jagdgruppe
  10. Senior Platoon sergeant
  11. Leads a Kompanie
  12. Veteran Squad leader (advanced from unteroffizier if not made feldwebel in 3yrs)
  13. Mage slave, no position of power Division Color: Lavender
  14. Officer Candidate school student
  15. Platoon sergeant
  16. Senior Leuntant can take control of a kompanie if needed
  17. Senior Obergefreiter who hasn’t made it into NCO in 5yrs
Down
  1. Commands a Brigade or a division
  2. has the Blank Gene Korps Color: Dark Purple
  3. commands one of the Three Jäger-Divisions
  4. Executive Officer of a Regiment
  5. Officer Candidate acting as an adjutant to a senior officer
  6. leads a zug
  7. Commands an Armee-Gruppe
  8. No position of power, higher pay than Oberschütze
  9. Commands a Batallion
  10. Squad leader
  11. Company sergeant with 10yrs of NCO experience
  12. Sergeant of the Army operates under the OKH
  13. general term for soldat

30 Clues: leads a zugSquad leaderCompany sergeantLeads a KompaniePlatoon sergeantLeads a JagdgruppeCommands a RegimentCommands a JagdrouteCommands a BatallionCommands an ArmeefrontSenior Platoon sergeantgeneral term for soldatCommands an Armee-Gruppe(General term)see SchützeExecutive Officer of a RegimentCommands a Brigade or a division...

UNIX 2025-08-18

UNIX crossword puzzle
Across
  1. Versión derivada de UNIX de la Universidad de Berkeley.
  2. Sistema operativo multitarea y multiusuario, base de otros sistemas modernos.
  3. Capacidad de que varios usuarios trabajen al mismo tiempo en el sistema.
  4. Núcleo del sistema operativo que controla el hardware y recursos.
  5. Capacidad de adaptarse a diferentes hardware gracias al lenguaje C.
Down
  1. Característica que permite ejecutar varias tareas simultáneamente.
  2. Otra versión de UNIX desarrollada por AT&T.
  3. Sistema de ventanas gráfico utilizado en Unix, base para entornos como GNOME y otros.
  4. Intérprete de comandos que permite interactuar con el sistema.
  5. Laboratorios de investigación donde nació UNIX en 1969 (AT&T).

10 Clues: Otra versión de UNIX desarrollada por AT&T.Versión derivada de UNIX de la Universidad de Berkeley.Laboratorios de investigación donde nació UNIX en 1969 (AT&T).Característica que permite ejecutar varias tareas simultáneamente.Intérprete de comandos que permite interactuar con el sistema....

Linux mõisted ja terminid (Avery) 2025-04-08

Linux mõisted ja terminid (Avery) crossword puzzle
Across
  1. – tarkvara kohandamine töötamiseks teisel platvormil või operatsioonisüsteemil.
  2. – täiendav parameeter või valik, mida lisatakse käsule, et muuta selle käitumist.
  3. – oluliste andmete kopeerimine, et vältida nende kaotsiminekut.
  4. – süsteemi administraatori konto Linuxis või UNIX-is.
  5. lähtekood – tarkvara, mille lähtekood on kõigile vabalt kättesaadav ja muudetav.
  6. – tekstipõhine kasutajaliides käskude sisestamiseks.
  7. – arvuti või operatsioonisüsteemi käivitumine pärast sisselülitamist.
  8. – keskkond, kus kasutatakse käsurida süsteemi juhtimiseks.
  9. – töörežiim, kus süsteemile antakse käske ilma graafilise liideseta.
  10. – operatsioonisüsteemi tuumik, mis haldab riistvara ja tarkvara vahelist suhtlust.
  11. – väikesed andmefailid, mida veebilehed salvestavad kasutaja brauserisse.
Down
  1. – tarkvarahaldusvahend, mis aitab installida, uuendada ja eemaldada pakke.
  2. – standardiseeritud märkide kodeering, mida kasutatakse teksti salvestamiseks.
  3. – tarkvara testimise etapp enne lõplikku versiooni, kus kasutajad otsivad vigu.
  4. – unikaalne nimi, millega kasutaja süsteemi sisse logib.
  5. – sageli graafilises kasutajaliideses kasutatav ikoonide või akende ala.
  6. – inimene, kes murrab süsteemidesse või tarkvarasse pahatahtlikel eesmärkidel.
  7. – vaba tarkvara projekt, mis pakub tööriistu UNIX-laadseks süsteemiks.
  8. – Linuxi operatsioonisüsteemi variant, millel on oma tuum ja tarkvarapakid.
  9. – UNIX-i põhine operatsioonisüsteemide perekond (nt FreeBSD).

20 Clues: – tekstipõhine kasutajaliides käskude sisestamiseks.– süsteemi administraatori konto Linuxis või UNIX-is.– unikaalne nimi, millega kasutaja süsteemi sisse logib.– keskkond, kus kasutatakse käsurida süsteemi juhtimiseks.– UNIX-i põhine operatsioonisüsteemide perekond (nt FreeBSD).– oluliste andmete kopeerimine, et vältida nende kaotsiminekut....

Unix programming 2021-12-21

Unix programming crossword puzzle
Across
  1. The option -i used with grep command ignores case for?
  2. operator to temporarily save the out and use it as an input in the next command
  3. To start using chown command, we first execute this command that prompts # on the command prompt
  4. The first character in the attribute of this file type is a - .
  5. $ls[!A-Z]?? matches filename with these many characters
  6. file that contains set of instructions which are performed when a user logs in
  7. increments by one each time an instance of bash is created
  8. wild card set of shell, used to match any number of strings
Down
  1. command used to display end of the file
  2. Standard stream 2 in context of redirection denotes
  3. $ls.???* lists these type of files in your directory.
  4. while using ls chap? command, it replaces these many characters?
  5. the seventh field of /etc/password is
  6. command used to have a two way communication
  7. command used to save the standard output in a file as well as display on terminal
  8. alter the file permission
  9. the action carried out using two greater than symbols (>>)

17 Clues: alter the file permissionthe seventh field of /etc/password iscommand used to display end of the filecommand used to have a two way communicationStandard stream 2 in context of redirection denotes$ls.???* lists these type of files in your directory.The option -i used with grep command ignores case for?...